Html Css Color HEX #A01C69 Jazzberry Jam

📋 copy color: '#A01C69'

red 160 ◦ green 28 ◦ blue 105

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

Shades of Jazzberry Jam #A01C69

Tints of Jazzberry Jam #A01C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 54.61%
G = 9.56%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A01C69 (or 0xA01C69) is known color: Jazzberry Jam. HEX triplet: A0, 1C and 69. RGB value is (160,28,105). Sum of RGB (Red+Green+Blue) = 160+28+105=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01C69 is #5FE396. Grayscale: #4C4C4C. Windows color (decimal): -6284183 or 6888608. OLE color: 6888608.

HSL color Cylindrical-coordinate representation of color #A01C69: hue angle of 325º 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 #A01C69 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 28 105 -
CMYK 0 0.82 0.34 0.37
HSL 325º 0.7% 0.37% -
HSV(B) 325º 0.83% 0.63% -
XYZ 17.46 9.32 14.24 -
YUV 76.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 160 28 105 0 0.82 0.34 0.37 325 0.7 0.37
Hex A0 1C 69 0 52 22 25 145 46 25
Octal 240 34 151 0 122 42 45 505 106 45
Binary 10100000 11100 1101001 0 1010010 100010 100101 101000101 1000110 100101

Color Harmonies of #A01C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C69

Black with #A01C69

Text Example


Text Example

White with #A01C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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