Html Css Color HEX #AE0566 Jazzberry Jam

📋 copy color: '#AE0566'

red 174 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #AE0566

Tints of Jazzberry Jam #AE0566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 61.92%
G = 1.78%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE0566 (or 0xAE0566) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 66. RGB value is (174,5,102). Sum of RGB (Red+Green+Blue) = 174+5+102=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0566 is #51FA99. Grayscale: #424242. Windows color (decimal): -5372570 or 6686126. OLE color: 6686126.

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

Color convert

RGB 174 5 102 -
CMYK 0 0.97 0.41 0.32
HSL 325.56º 0.94% 0.35% -
HSV(B) 325.56º 0.97% 0.68% -
XYZ 19.91 10.07 13.46 -
YUV 66.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 174 5 102 0 0.97 0.41 0.32 325.56 0.94 0.35
Hex AE 5 66 0 61 29 20 146 5E 23
Octal 256 5 146 0 141 51 40 506 136 43
Binary 10101110 101 1100110 0 1100001 101001 100000 101000110 1011110 100011

Color Harmonies of #AE0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0566

Black with #AE0566

Text Example


Text Example

White with #AE0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0566; }

 p { color: rgb(174,5,102); }

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

background-color css

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

 a { background-color: rgb(174,5,102); }

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

border-color css

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

 span { border-color: rgb(174,5,102); }

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