Html Css Color HEX #AA2568 Jazzberry Jam

📋 copy color: '#AA2568'

red 170 ◦ green 37 ◦ blue 104

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

Shades of Jazzberry Jam #AA2568

Tints of Jazzberry Jam #AA2568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 54.66%
G = 11.9%
B = 33.44%

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

#AA2568 (or 0xAA2568) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 68. RGB value is (170,37,104). Sum of RGB (Red+Green+Blue) = 170+37+104=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2568 is #55DA97. Grayscale: #545454. Windows color (decimal): -5626520 or 6825386. OLE color: 6825386.

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

Color convert

RGB 170 37 104 -
CMYK 0 0.78 0.39 0.33
HSL 329.77º 0.64% 0.41% -
HSV(B) 329.77º 0.78% 0.67% -
XYZ 19.74 10.87 14.15 -
YUV 84.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 170 37 104 0 0.78 0.39 0.33 329.77 0.64 0.41
Hex AA 25 68 0 4E 27 21 14A 40 29
Octal 252 45 150 0 116 47 41 512 100 51
Binary 10101010 100101 1101000 0 1001110 100111 100001 101001010 1000000 101001

Color Harmonies of #AA2568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2568

Black with #AA2568

Text Example


Text Example

White with #AA2568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2568; }

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

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

background-color css

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

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

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

border-color css

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

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

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