Html Css Color HEX #A8065B Jazzberry Jam

📋 copy color: '#A8065B'

red 168 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #A8065B

Tints of Jazzberry Jam #A8065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.34%

R = 63.4%
G = 2.26%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8065B (or 0xA8065B) is known color: Jazzberry Jam. HEX triplet: A8, 06 and 5B. RGB value is (168,6,91). Sum of RGB (Red+Green+Blue) = 168+6+91=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8065B is #57F9A4. Grayscale: #3F3F3F. Windows color (decimal): -5765541 or 5965480. OLE color: 5965480.

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

Color convert

RGB 168 6 91 -
CMYK 0 0.96 0.46 0.34
HSL 328.52º 0.93% 0.34% -
HSV(B) 328.52º 0.96% 0.66% -
XYZ 18.1 9.21 10.72 -
YUV 64.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 168 6 91 0 0.96 0.46 0.34 328.52 0.93 0.34
Hex A8 6 5B 0 60 2E 22 149 5D 22
Octal 250 6 133 0 140 56 42 511 135 42
Binary 10101000 110 1011011 0 1100000 101110 100010 101001001 1011101 100010

Color Harmonies of #A8065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8065B

Black with #A8065B

Text Example


Text Example

White with #A8065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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