Html Css Color HEX #AE0267 Jazzberry Jam

📋 copy color: '#AE0267'

red 174 ◦ green 2 ◦ blue 103

#AE0267
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE0267

Tints of Jazzberry Jam #AE0267

RGB

 RED value IS 174 (68.36% from 255) = 62.37%

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 103 (40.63% from 255) = 36.92%

R = 62.37%
G = 0.72%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE0267 (or 0xAE0267) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 67. RGB value is (174,2,103). Sum of RGB (Red+Green+Blue) = 174+2+103=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0267 is #51FD98. Grayscale: #404040. Windows color (decimal): -5373337 or 6750894. OLE color: 6750894.

HSL color Cylindrical-coordinate representation of color #AE0267: hue angle of 324.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0267 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 103 -
CMYK 0 0.99 0.41 0.32
HSL 324.77º 0.98% 0.35% -
HSV(B) 324.77º 0.99% 0.68% -
XYZ 19.93 10.02 13.72 -
YUV 64.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 174 2 103 0 0.99 0.41 0.32 324.77 0.98 0.35
Hex AE 2 67 0 63 29 20 145 62 23
Octal 256 2 147 0 143 51 40 505 142 43
Binary 10101110 10 1100111 0 1100011 101001 100000 101000101 1100010 100011

Color Harmonies of #AE0267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0267

Black with #AE0267

Text Example


Text Example

White with #AE0267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0267; }

 p { color: rgb(174,2,103); }

 H1.HeaderClassName
 {
   color: #AE0267;
 }
 .AnyTagClassName
 {
   color: #AE0267;
 }
</style>

background-color css

<style>
 a { background-color: #AE0267; }

 a { background-color: rgb(174,2,103); }

 div.DivClassName
 {
   background-color: #AE0267;
 }
 .BgClassName
 {
   background-color: #AE0267;
 }
</style>

border-color css

<style>
 span { border-color: #AE0267; }

 span { border-color: rgb(174,2,103); }

 td.TdClassName
 {
   border-color: #AE0267;
 }
 .TagClassName
 {
   border-color: #AE0267;
 }
</style>