Html Css Color HEX #A02267 Jazzberry Jam

📋 copy color: '#A02267'

red 160 ◦ green 34 ◦ blue 103

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

Shades of Jazzberry Jam #A02267

Tints of Jazzberry Jam #A02267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 53.87%
G = 11.45%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A02267 (or 0xA02267) is known color: Jazzberry Jam. HEX triplet: A0, 22 and 67. RGB value is (160,34,103). Sum of RGB (Red+Green+Blue) = 160+34+103=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A02267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02267 is #5FDD98. Grayscale: #4F4F4F. Windows color (decimal): -6282649 or 6759072. OLE color: 6759072.

HSL color Cylindrical-coordinate representation of color #A02267: hue angle of 327.14º degrees, saturation: 0.65, 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 #A02267 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 34 103 -
CMYK 0 0.79 0.36 0.37
HSL 327.14º 0.65% 0.38% -
HSV(B) 327.14º 0.79% 0.63% -
XYZ 17.52 9.6 13.76 -
YUV 79.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 160 34 103 0 0.79 0.36 0.37 327.14 0.65 0.38
Hex A0 22 67 0 4F 24 25 147 41 26
Octal 240 42 147 0 117 44 45 507 101 46
Binary 10100000 100010 1100111 0 1001111 100100 100101 101000111 1000001 100110

Color Harmonies of #A02267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02267

Black with #A02267

Text Example


Text Example

White with #A02267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02267; }

 p { color: rgb(160,34,103); }

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

background-color css

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

 a { background-color: rgb(160,34,103); }

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

border-color css

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

 span { border-color: rgb(160,34,103); }

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