Html Css Color HEX #AA0D4B Jazzberry Jam

📋 copy color: '#AA0D4B'

red 170 ◦ green 13 ◦ blue 75

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

Shades of Jazzberry Jam #AA0D4B

Tints of Jazzberry Jam #AA0D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.04%

 BLUE value IS 75 (29.69% from 255) = 29.07%

R = 65.89%
G = 5.04%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA0D4B (or 0xAA0D4B) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 4B. RGB value is (170,13,75). Sum of RGB (Red+Green+Blue) = 170+13+75=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D4B is #55F2B4. Grayscale: #424242. Windows color (decimal): -5632693 or 4918698. OLE color: 4918698.

HSL color Cylindrical-coordinate representation of color #AA0D4B: hue angle of 336.31º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D4B is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 13 75 -
CMYK 0 0.92 0.56 0.33
HSL 336.31º 0.86% 0.36% -
HSV(B) 336.31º 0.92% 0.67% -
XYZ 17.99 9.34 7.51 -
YUV 67.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 170 13 75 0 0.92 0.56 0.33 336.31 0.86 0.36
Hex AA D 4B 0 5C 38 21 150 56 24
Octal 252 15 113 0 134 70 41 520 126 44
Binary 10101010 1101 1001011 0 1011100 111000 100001 101010000 1010110 100100

Color Harmonies of #AA0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D4B

Black with #AA0D4B

Text Example


Text Example

White with #AA0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D4B; }

 p { color: rgb(170,13,75); }

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

background-color css

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

 a { background-color: rgb(170,13,75); }

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

border-color css

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

 span { border-color: rgb(170,13,75); }

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