Html Css Color HEX #A02670 Jazzberry Jam

📋 copy color: '#A02670'

red 160 ◦ green 38 ◦ blue 112

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

Shades of Jazzberry Jam #A02670

Tints of Jazzberry Jam #A02670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 51.61%
G = 12.26%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A02670 (or 0xA02670) is known color: Jazzberry Jam. HEX triplet: A0, 26 and 70. RGB value is (160,38,112). Sum of RGB (Red+Green+Blue) = 160+38+112=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A02670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02670 is #5FD98F. Grayscale: #525252. Windows color (decimal): -6281616 or 7349920. OLE color: 7349920.

HSL color Cylindrical-coordinate representation of color #A02670: hue angle of 323.61º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02670 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 112 -
CMYK 0 0.76 0.30 0.37
HSL 323.61º 0.62% 0.39% -
HSV(B) 323.61º 0.76% 0.63% -
XYZ 18.11 10.03 16.31 -
YUV 82.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 160 38 112 0 0.76 0.30 0.37 323.61 0.62 0.39
Hex A0 26 70 0 4C 1E 25 144 3E 27
Octal 240 46 160 0 114 36 45 504 76 47
Binary 10100000 100110 1110000 0 1001100 11110 100101 101000100 111110 100111

Color Harmonies of #A02670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02670

Black with #A02670

Text Example


Text Example

White with #A02670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02670; }

 p { color: rgb(160,38,112); }

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

background-color css

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

 a { background-color: rgb(160,38,112); }

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

border-color css

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

 span { border-color: rgb(160,38,112); }

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