Html Css Color HEX #A01462 Jazzberry Jam

📋 copy color: '#A01462'

red 160 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #A01462

Tints of Jazzberry Jam #A01462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 57.55%
G = 7.19%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A01462 (or 0xA01462) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 62. RGB value is (160,20,98). Sum of RGB (Red+Green+Blue) = 160+20+98=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A01462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01462 is #5FEB9D. Grayscale: #464646. Windows color (decimal): -6286238 or 6427808. OLE color: 6427808.

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

Color convert

RGB 160 20 98 -
CMYK 0 0.88 0.39 0.37
HSL 326.57º 0.78% 0.35% -
HSV(B) 326.57º 0.88% 0.63% -
XYZ 16.95 8.86 12.37 -
YUV 70.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 160 20 98 0 0.88 0.39 0.37 326.57 0.78 0.35
Hex A0 14 62 0 58 27 25 147 4E 23
Octal 240 24 142 0 130 47 45 507 116 43
Binary 10100000 10100 1100010 0 1011000 100111 100101 101000111 1001110 100011

Color Harmonies of #A01462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01462

Black with #A01462

Text Example


Text Example

White with #A01462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01462; }

 p { color: rgb(160,20,98); }

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

background-color css

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

 a { background-color: rgb(160,20,98); }

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

border-color css

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

 span { border-color: rgb(160,20,98); }

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