Html Css Color HEX #AE006A Jazzberry Jam

📋 copy color: '#AE006A'

red 174 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #AE006A

Tints of Jazzberry Jam #AE006A

RGB

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

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

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

R = 62.14%
G = 0%
B = 37.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE006A (or 0xAE006A) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 6A. RGB value is (174,0,106). Sum of RGB (Red+Green+Blue) = 174+0+106=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE006A is #51FF95. Grayscale: #3F3F3F. Windows color (decimal): -5373846 or 6946990. OLE color: 6946990.

HSL color Cylindrical-coordinate representation of color #AE006A: hue angle of 323.45º 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 #AE006A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 106 -
CMYK 0 1 0.39 0.32
HSL 323.45º 1% 0.34% -
HSV(B) 323.45º 1% 0.68% -
XYZ 20.06 10.04 14.52 -
YUV 64.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 174 0 106 0 1 0.39 0.32 323.45 1 0.34
Hex AE 0 6A 0 64 27 20 143 64 22
Octal 256 0 152 0 144 47 40 503 144 42
Binary 10101110 0 1101010 0 1100100 100111 100000 101000011 1100100 100010

Color Harmonies of #AE006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE006A

Black with #AE006A

Text Example


Text Example

White with #AE006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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