Html Css Color HEX #A20145 Jazzberry Jam

📋 copy color: '#A20145'

red 162 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #A20145

Tints of Jazzberry Jam #A20145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 69 (27.34% from 255) = 29.74%

R = 69.83%
G = 0.43%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A20145 (or 0xA20145) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 45. RGB value is (162,1,69). Sum of RGB (Red+Green+Blue) = 162+1+69=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A20145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20145 is #5DFEBA. Grayscale: #383838. Windows color (decimal): -6160059 or 4522402. OLE color: 4522402.

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

Color convert

RGB 162 1 69 -
CMYK 0 0.99 0.57 0.36
HSL 334.66º 0.99% 0.32% -
HSV(B) 334.66º 0.99% 0.64% -
XYZ 15.99 8.13 6.36 -
YUV 56.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 162 1 69 0 0.99 0.57 0.36 334.66 0.99 0.32
Hex A2 1 45 0 63 39 24 14F 63 20
Octal 242 1 105 0 143 71 44 517 143 40
Binary 10100010 1 1000101 0 1100011 111001 100100 101001111 1100011 100000

Color Harmonies of #A20145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20145

Black with #A20145

Text Example


Text Example

White with #A20145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20145; }

 p { color: rgb(162,1,69); }

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

background-color css

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

 a { background-color: rgb(162,1,69); }

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

border-color css

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

 span { border-color: rgb(162,1,69); }

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