Html Css Color HEX #A0065C Jazzberry Jam

📋 copy color: '#A0065C'

red 160 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #A0065C

Tints of Jazzberry Jam #A0065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 62.02%
G = 2.33%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0065C (or 0xA0065C) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 5C. RGB value is (160,6,92). Sum of RGB (Red+Green+Blue) = 160+6+92=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0065C is #5FF9A3. Grayscale: #3D3D3D. Windows color (decimal): -6289828 or 6031008. OLE color: 6031008.

HSL color Cylindrical-coordinate representation of color #A0065C: hue angle of 326.49º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0065C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 92 -
CMYK 0 0.96 0.43 0.37
HSL 326.49º 0.93% 0.33% -
HSV(B) 326.49º 0.96% 0.63% -
XYZ 16.49 8.38 10.87 -
YUV 61.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 160 6 92 0 0.96 0.43 0.37 326.49 0.93 0.33
Hex A0 6 5C 0 60 2B 25 146 5D 21
Octal 240 6 134 0 140 53 45 506 135 41
Binary 10100000 110 1011100 0 1100000 101011 100101 101000110 1011101 100001

Color Harmonies of #A0065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0065C

Black with #A0065C

Text Example


Text Example

White with #A0065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0065C; }

 p { color: rgb(160,6,92); }

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

background-color css

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

 a { background-color: rgb(160,6,92); }

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

border-color css

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

 span { border-color: rgb(160,6,92); }

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