Html Css Color HEX #A20F5A Jazzberry Jam

📋 copy color: '#A20F5A'

red 162 ◦ green 15 ◦ blue 90

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

Shades of Jazzberry Jam #A20F5A

Tints of Jazzberry Jam #A20F5A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 60.67%
G = 5.62%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A20F5A (or 0xA20F5A) is known color: Jazzberry Jam. HEX triplet: A2, 0F and 5A. RGB value is (162,15,90). Sum of RGB (Red+Green+Blue) = 162+15+90=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F5A is #5DF0A5. Grayscale: #434343. Windows color (decimal): -6156454 or 5902242. OLE color: 5902242.

HSL color Cylindrical-coordinate representation of color #A20F5A: hue angle of 329.39º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F5A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 15 90 -
CMYK 0 0.91 0.44 0.36
HSL 329.39º 0.83% 0.35% -
HSV(B) 329.39º 0.91% 0.64% -
XYZ 16.92 8.76 10.47 -
YUV 67.5 140.7 195.4 -
System Red Green Blue C M Y K H S L
Decimal 162 15 90 0 0.91 0.44 0.36 329.39 0.83 0.35
Hex A2 F 5A 0 5B 2C 24 149 53 23
Octal 242 17 132 0 133 54 44 511 123 43
Binary 10100010 1111 1011010 0 1011011 101100 100100 101001001 1010011 100011

Color Harmonies of #A20F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F5A

Black with #A20F5A

Text Example


Text Example

White with #A20F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F5A; }

 p { color: rgb(162,15,90); }

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

background-color css

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

 a { background-color: rgb(162,15,90); }

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

border-color css

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

 span { border-color: rgb(162,15,90); }

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