Html Css Color HEX #A01672 Jazzberry Jam

📋 copy color: '#A01672'

red 160 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #A01672

Tints of Jazzberry Jam #A01672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 54.05%
G = 7.43%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A01672 (or 0xA01672) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 72. RGB value is (160,22,114). Sum of RGB (Red+Green+Blue) = 160+22+114=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A01672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01672 is #5FE98D. Grayscale: #494949. Windows color (decimal): -6285710 or 7476896. OLE color: 7476896.

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

Color convert

RGB 160 22 114 -
CMYK 0 0.86 0.29 0.37
HSL 320º 0.76% 0.36% -
HSV(B) 320º 0.86% 0.63% -
XYZ 17.82 9.26 16.77 -
YUV 73.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 160 22 114 0 0.86 0.29 0.37 320 0.76 0.36
Hex A0 16 72 0 56 1D 25 140 4C 24
Octal 240 26 162 0 126 35 45 500 114 44
Binary 10100000 10110 1110010 0 1010110 11101 100101 101000000 1001100 100100

Color Harmonies of #A01672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01672

Black with #A01672

Text Example


Text Example

White with #A01672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01672; }

 p { color: rgb(160,22,114); }

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

background-color css

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

 a { background-color: rgb(160,22,114); }

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

border-color css

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

 span { border-color: rgb(160,22,114); }

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