Html Css Color HEX #AA2567 Jazzberry Jam

📋 copy color: '#AA2567'

red 170 ◦ green 37 ◦ blue 103

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

Shades of Jazzberry Jam #AA2567

Tints of Jazzberry Jam #AA2567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 54.84%
G = 11.94%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA2567 (or 0xAA2567) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 67. RGB value is (170,37,103). Sum of RGB (Red+Green+Blue) = 170+37+103=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2567 is #55DA98. Grayscale: #545454. Windows color (decimal): -5626521 or 6759850. OLE color: 6759850.

HSL color Cylindrical-coordinate representation of color #AA2567: hue angle of 330.23º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2567 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 37 103 -
CMYK 0 0.78 0.39 0.33
HSL 330.23º 0.64% 0.41% -
HSV(B) 330.23º 0.78% 0.67% -
XYZ 19.69 10.85 13.89 -
YUV 84.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 170 37 103 0 0.78 0.39 0.33 330.23 0.64 0.41
Hex AA 25 67 0 4E 27 21 14A 40 29
Octal 252 45 147 0 116 47 41 512 100 51
Binary 10101010 100101 1100111 0 1001110 100111 100001 101001010 1000000 101001

Color Harmonies of #AA2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2567

Black with #AA2567

Text Example


Text Example

White with #AA2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2567; }

 p { color: rgb(170,37,103); }

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

background-color css

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

 a { background-color: rgb(170,37,103); }

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

border-color css

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

 span { border-color: rgb(170,37,103); }

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