Html Css Color HEX #A01C62 Jazzberry Jam

📋 copy color: '#A01C62'

red 160 ◦ green 28 ◦ blue 98

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

Shades of Jazzberry Jam #A01C62

Tints of Jazzberry Jam #A01C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 55.94%
G = 9.79%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A01C62 (or 0xA01C62) is known color: Jazzberry Jam. HEX triplet: A0, 1C and 62. RGB value is (160,28,98). Sum of RGB (Red+Green+Blue) = 160+28+98=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01C62 is #5FE39D. Grayscale: #4B4B4B. Windows color (decimal): -6284190 or 6429856. OLE color: 6429856.

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

Color convert

RGB 160 28 98 -
CMYK 0 0.82 0.39 0.37
HSL 328.18º 0.7% 0.37% -
HSV(B) 328.18º 0.83% 0.63% -
XYZ 17.12 9.19 12.43 -
YUV 75.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 160 28 98 0 0.82 0.39 0.37 328.18 0.7 0.37
Hex A0 1C 62 0 52 27 25 148 46 25
Octal 240 34 142 0 122 47 45 510 106 45
Binary 10100000 11100 1100010 0 1010010 100111 100101 101001000 1000110 100101

Color Harmonies of #A01C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C62

Black with #A01C62

Text Example


Text Example

White with #A01C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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