Html Css Color HEX #AE0066 Jazzberry Jam

📋 copy color: '#AE0066'

red 174 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #AE0066

Tints of Jazzberry Jam #AE0066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.04%
G = 0%
B = 36.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE0066 (or 0xAE0066) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 66. RGB value is (174,0,102). Sum of RGB (Red+Green+Blue) = 174+0+102=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0066 is #51FF99. Grayscale: #3F3F3F. Windows color (decimal): -5373850 or 6684846. OLE color: 6684846.

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

Color convert

RGB 174 0 102 -
CMYK 0 1 0.41 0.32
HSL 324.83º 1% 0.34% -
HSV(B) 324.83º 1% 0.68% -
XYZ 19.85 9.96 13.45 -
YUV 63.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 174 0 102 0 1 0.41 0.32 324.83 1 0.34
Hex AE 0 66 0 64 29 20 145 64 22
Octal 256 0 146 0 144 51 40 505 144 42
Binary 10101110 0 1100110 0 1100100 101001 100000 101000101 1100100 100010

Color Harmonies of #AE0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0066

Black with #AE0066

Text Example


Text Example

White with #AE0066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0066; }

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

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

background-color css

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

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

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

border-color css

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

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

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