Html Css Color HEX #AE066A Jazzberry Jam

📋 copy color: '#AE066A'

red 174 ◦ green 6 ◦ blue 106

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

Shades of Jazzberry Jam #AE066A

Tints of Jazzberry Jam #AE066A

RGB

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

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

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

R = 60.84%
G = 2.1%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE066A (or 0xAE066A) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 6A. RGB value is (174,6,106). Sum of RGB (Red+Green+Blue) = 174+6+106=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE066A is #51F995. Grayscale: #434343. Windows color (decimal): -5372310 or 6948526. OLE color: 6948526.

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

Color convert

RGB 174 6 106 -
CMYK 0 0.97 0.39 0.32
HSL 324.29º 0.93% 0.35% -
HSV(B) 324.29º 0.97% 0.68% -
XYZ 20.12 10.17 14.54 -
YUV 67.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 174 6 106 0 0.97 0.39 0.32 324.29 0.93 0.35
Hex AE 6 6A 0 61 27 20 144 5D 23
Octal 256 6 152 0 141 47 40 504 135 43
Binary 10101110 110 1101010 0 1100001 100111 100000 101000100 1011101 100011

Color Harmonies of #AE066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE066A

Black with #AE066A

Text Example


Text Example

White with #AE066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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