Html Css Color HEX #A0065F Jazzberry Jam

📋 copy color: '#A0065F'

red 160 ◦ green 6 ◦ blue 95

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

Shades of Jazzberry Jam #A0065F

Tints of Jazzberry Jam #A0065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 61.3%
G = 2.3%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0065F (or 0xA0065F) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 5F. RGB value is (160,6,95). Sum of RGB (Red+Green+Blue) = 160+6+95=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0065F is #5FF9A0. Grayscale: #3D3D3D. Windows color (decimal): -6289825 or 6227616. OLE color: 6227616.

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

Color convert

RGB 160 6 95 -
CMYK 0 0.96 0.41 0.37
HSL 325.32º 0.93% 0.33% -
HSV(B) 325.32º 0.96% 0.63% -
XYZ 16.63 8.43 11.58 -
YUV 62.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 160 6 95 0 0.96 0.41 0.37 325.32 0.93 0.33
Hex A0 6 5F 0 60 29 25 145 5D 21
Octal 240 6 137 0 140 51 45 505 135 41
Binary 10100000 110 1011111 0 1100000 101001 100101 101000101 1011101 100001

Color Harmonies of #A0065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0065F

Black with #A0065F

Text Example


Text Example

White with #A0065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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