Html Css Color HEX #A02165 Jazzberry Jam

📋 copy color: '#A02165'

red 160 ◦ green 33 ◦ blue 101

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

Shades of Jazzberry Jam #A02165

Tints of Jazzberry Jam #A02165

RGB

 RED value IS 160 (62.89% from 255) = 54.42%

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 54.42%
G = 11.22%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A02165 (or 0xA02165) is known color: Jazzberry Jam. HEX triplet: A0, 21 and 65. RGB value is (160,33,101). Sum of RGB (Red+Green+Blue) = 160+33+101=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A02165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02165 is #5FDE9A. Grayscale: #4E4E4E. Windows color (decimal): -6282907 or 6627744. OLE color: 6627744.

HSL color Cylindrical-coordinate representation of color #A02165: hue angle of 327.87º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02165 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 33 101 -
CMYK 0 0.79 0.37 0.37
HSL 327.87º 0.66% 0.38% -
HSV(B) 327.87º 0.79% 0.63% -
XYZ 17.39 9.5 13.23 -
YUV 78.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 160 33 101 0 0.79 0.37 0.37 327.87 0.66 0.38
Hex A0 21 65 0 4F 25 25 148 42 26
Octal 240 41 145 0 117 45 45 510 102 46
Binary 10100000 100001 1100101 0 1001111 100101 100101 101001000 1000010 100110

Color Harmonies of #A02165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02165

Black with #A02165

Text Example


Text Example

White with #A02165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02165; }

 p { color: rgb(160,33,101); }

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

background-color css

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

 a { background-color: rgb(160,33,101); }

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

border-color css

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

 span { border-color: rgb(160,33,101); }

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