Html Css Color HEX #A8065D Jazzberry Jam

📋 copy color: '#A8065D'

red 168 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #A8065D

Tints of Jazzberry Jam #A8065D

RGB

 RED value IS 168 (66.02% from 255) = 62.92%

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

 BLUE value IS 93 (36.72% from 255) = 34.83%

R = 62.92%
G = 2.25%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8065D (or 0xA8065D) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 5D. RGB value is (168,6,93). Sum of RGB (Red+Green+Blue) = 168+6+93=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8065D is #57F9A2. Grayscale: #404040. Windows color (decimal): -5765539 or 6096552. OLE color: 6096552.

HSL color Cylindrical-coordinate representation of color #A8065D: hue angle of 327.78º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8065D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 6 93 -
CMYK 0 0.96 0.45 0.34
HSL 327.78º 0.93% 0.34% -
HSV(B) 327.78º 0.96% 0.66% -
XYZ 18.19 9.25 11.18 -
YUV 64.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 168 6 93 0 0.96 0.45 0.34 327.78 0.93 0.34
Hex A8 6 5D 0 60 2D 22 148 5D 22
Octal 250 6 135 0 140 55 42 510 135 42
Binary 10101000 110 1011101 0 1100000 101101 100010 101001000 1011101 100010

Color Harmonies of #A8065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8065D

Black with #A8065D

Text Example


Text Example

White with #A8065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8065D; }

 p { color: rgb(168,6,93); }

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

background-color css

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

 a { background-color: rgb(168,6,93); }

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

border-color css

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

 span { border-color: rgb(168,6,93); }

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