Html Css Color HEX #AE0C6A Jazzberry Jam

📋 copy color: '#AE0C6A'

red 174 ◦ green 12 ◦ blue 106

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

Shades of Jazzberry Jam #AE0C6A

Tints of Jazzberry Jam #AE0C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 59.59%
G = 4.11%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE0C6A (or 0xAE0C6A) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 6A. RGB value is (174,12,106). Sum of RGB (Red+Green+Blue) = 174+12+106=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C6A is #51F395. Grayscale: #464646. Windows color (decimal): -5370774 or 6950062. OLE color: 6950062.

HSL color Cylindrical-coordinate representation of color #AE0C6A: hue angle of 325.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C6A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 106 -
CMYK 0 0.93 0.39 0.32
HSL 325.19º 0.87% 0.36% -
HSV(B) 325.19º 0.93% 0.68% -
XYZ 20.19 10.3 14.56 -
YUV 71.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 174 12 106 0 0.93 0.39 0.32 325.19 0.87 0.36
Hex AE C 6A 0 5D 27 20 145 57 24
Octal 256 14 152 0 135 47 40 505 127 44
Binary 10101110 1100 1101010 0 1011101 100111 100000 101000101 1010111 100100

Color Harmonies of #AE0C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C6A

Black with #AE0C6A

Text Example


Text Example

White with #AE0C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C6A; }

 p { color: rgb(174,12,106); }

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

background-color css

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

 a { background-color: rgb(174,12,106); }

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

border-color css

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

 span { border-color: rgb(174,12,106); }

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