Html Css Color HEX #AA085C Jazzberry Jam

📋 copy color: '#AA085C'

red 170 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #AA085C

Tints of Jazzberry Jam #AA085C

RGB

 RED value IS 170 (66.8% from 255) = 62.96%

 GREEN value IS 8 (3.52% from 255) = 2.96%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 62.96%
G = 2.96%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA085C (or 0xAA085C) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 5C. RGB value is (170,8,92). Sum of RGB (Red+Green+Blue) = 170+8+92=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA085C is #55F7A3. Grayscale: #414141. Windows color (decimal): -5633956 or 6031530. OLE color: 6031530.

HSL color Cylindrical-coordinate representation of color #AA085C: hue angle of 328.89º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA085C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 8 92 -
CMYK 0 0.95 0.46 0.33
HSL 328.89º 0.91% 0.35% -
HSV(B) 328.89º 0.95% 0.67% -
XYZ 18.6 9.49 10.98 -
YUV 66.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 170 8 92 0 0.95 0.46 0.33 328.89 0.91 0.35
Hex AA 8 5C 0 5F 2E 21 149 5B 23
Octal 252 10 134 0 137 56 41 511 133 43
Binary 10101010 1000 1011100 0 1011111 101110 100001 101001001 1011011 100011

Color Harmonies of #AA085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA085C

Black with #AA085C

Text Example


Text Example

White with #AA085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA085C; }

 p { color: rgb(170,8,92); }

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

background-color css

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

 a { background-color: rgb(170,8,92); }

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

border-color css

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

 span { border-color: rgb(170,8,92); }

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