Html Css Color HEX #A01A72 Jazzberry Jam

📋 copy color: '#A01A72'

red 160 ◦ green 26 ◦ blue 114

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

Shades of Jazzberry Jam #A01A72

Tints of Jazzberry Jam #A01A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.67%

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

R = 53.33%
G = 8.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A01A72 (or 0xA01A72) is known color: Jazzberry Jam. HEX triplet: A0, 1A and 72. RGB value is (160,26,114). Sum of RGB (Red+Green+Blue) = 160+26+114=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A72 is #5FE58D. Grayscale: #4B4B4B. Windows color (decimal): -6284686 or 7477920. OLE color: 7477920.

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

Color convert

RGB 160 26 114 -
CMYK 0 0.84 0.29 0.37
HSL 320.6º 0.72% 0.36% -
HSV(B) 320.6º 0.84% 0.63% -
XYZ 17.9 9.43 16.8 -
YUV 76.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 160 26 114 0 0.84 0.29 0.37 320.6 0.72 0.36
Hex A0 1A 72 0 54 1D 25 141 48 24
Octal 240 32 162 0 124 35 45 501 110 44
Binary 10100000 11010 1110010 0 1010100 11101 100101 101000001 1001000 100100

Color Harmonies of #A01A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A72

Black with #A01A72

Text Example


Text Example

White with #A01A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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