Html Css Color HEX #A01065 Jazzberry Jam

📋 copy color: '#A01065'

red 160 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #A01065

Tints of Jazzberry Jam #A01065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 57.76%
G = 5.78%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A01065 (or 0xA01065) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 65. RGB value is (160,16,101). Sum of RGB (Red+Green+Blue) = 160+16+101=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A01065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01065 is #5FEF9A. Grayscale: #444444. Windows color (decimal): -6287259 or 6623392. OLE color: 6623392.

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

Color convert

RGB 160 16 101 -
CMYK 0 0.9 0.37 0.37
HSL 324.58º 0.82% 0.35% -
HSV(B) 324.58º 0.9% 0.63% -
XYZ 17.03 8.78 13.11 -
YUV 68.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 160 16 101 0 0.9 0.37 0.37 324.58 0.82 0.35
Hex A0 10 65 0 5A 25 25 145 52 23
Octal 240 20 145 0 132 45 45 505 122 43
Binary 10100000 10000 1100101 0 1011010 100101 100101 101000101 1010010 100011

Color Harmonies of #A01065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01065

Black with #A01065

Text Example


Text Example

White with #A01065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01065; }

 p { color: rgb(160,16,101); }

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

background-color css

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

 a { background-color: rgb(160,16,101); }

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

border-color css

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

 span { border-color: rgb(160,16,101); }

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