Html Css Color HEX #A0065A Jazzberry Jam

📋 copy color: '#A0065A'

red 160 ◦ green 6 ◦ blue 90

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

Shades of Jazzberry Jam #A0065A

Tints of Jazzberry Jam #A0065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 62.5%
G = 2.34%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0065A (or 0xA0065A) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 5A. RGB value is (160,6,90). Sum of RGB (Red+Green+Blue) = 160+6+90=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0065A is #5FF9A5. Grayscale: #3D3D3D. Windows color (decimal): -6289830 or 5899936. OLE color: 5899936.

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

Color convert

RGB 160 6 90 -
CMYK 0 0.96 0.44 0.37
HSL 327.27º 0.93% 0.33% -
HSV(B) 327.27º 0.96% 0.63% -
XYZ 16.41 8.34 10.42 -
YUV 61.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 160 6 90 0 0.96 0.44 0.37 327.27 0.93 0.33
Hex A0 6 5A 0 60 2C 25 147 5D 21
Octal 240 6 132 0 140 54 45 507 135 41
Binary 10100000 110 1011010 0 1100000 101100 100101 101000111 1011101 100001

Color Harmonies of #A0065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0065A

Black with #A0065A

Text Example


Text Example

White with #A0065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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