Html Css Color HEX #AE0666 Jazzberry Jam

📋 copy color: '#AE0666'

red 174 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #AE0666

Tints of Jazzberry Jam #AE0666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 61.7%
G = 2.13%
B = 36.17%

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

#AE0666 (or 0xAE0666) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 66. RGB value is (174,6,102). Sum of RGB (Red+Green+Blue) = 174+6+102=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0666 is #51F999. Grayscale: #424242. Windows color (decimal): -5372314 or 6686382. OLE color: 6686382.

HSL color Cylindrical-coordinate representation of color #AE0666: hue angle of 325.71º degrees, saturation: 0.93, 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 #AE0666 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 6 102 -
CMYK 0 0.97 0.41 0.32
HSL 325.71º 0.93% 0.35% -
HSV(B) 325.71º 0.97% 0.68% -
XYZ 19.92 10.09 13.47 -
YUV 67.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 174 6 102 0 0.97 0.41 0.32 325.71 0.93 0.35
Hex AE 6 66 0 61 29 20 146 5D 23
Octal 256 6 146 0 141 51 40 506 135 43
Binary 10101110 110 1100110 0 1100001 101001 100000 101000110 1011101 100011

Color Harmonies of #AE0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0666

Black with #AE0666

Text Example


Text Example

White with #AE0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0666; }

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

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

background-color css

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

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

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

border-color css

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

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

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