Html Css Color HEX #A2246E Jazzberry Jam

📋 copy color: '#A2246E'

red 162 ◦ green 36 ◦ blue 110

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

Shades of Jazzberry Jam #A2246E

Tints of Jazzberry Jam #A2246E

RGB

 RED value IS 162 (63.67% from 255) = 52.6%

 GREEN value IS 36 (14.45% from 255) = 11.69%

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 52.6%
G = 11.69%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2246E (or 0xA2246E) is known color: Jazzberry Jam. HEX triplet: A2, 24 and 6E. RGB value is (162,36,110). Sum of RGB (Red+Green+Blue) = 162+36+110=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2246E is #5DDB91. Grayscale: #515151. Windows color (decimal): -6151058 or 7218338. OLE color: 7218338.

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

Color convert

RGB 162 36 110 -
CMYK 0 0.78 0.32 0.36
HSL 324.76º 0.64% 0.39% -
HSV(B) 324.76º 0.78% 0.64% -
XYZ 18.35 10.07 15.73 -
YUV 82.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 162 36 110 0 0.78 0.32 0.36 324.76 0.64 0.39
Hex A2 24 6E 0 4E 20 24 145 40 27
Octal 242 44 156 0 116 40 44 505 100 47
Binary 10100010 100100 1101110 0 1001110 100000 100100 101000101 1000000 100111

Color Harmonies of #A2246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2246E

Black with #A2246E

Text Example


Text Example

White with #A2246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2246E; }

 p { color: rgb(162,36,110); }

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

background-color css

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

 a { background-color: rgb(162,36,110); }

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

border-color css

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

 span { border-color: rgb(162,36,110); }

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