Html Css Color HEX #A8256D Jazzberry Jam

📋 copy color: '#A8256D'

red 168 ◦ green 37 ◦ blue 109

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

Shades of Jazzberry Jam #A8256D

Tints of Jazzberry Jam #A8256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 53.5%
G = 11.78%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8256D (or 0xA8256D) is known color: Jazzberry Jam. HEX triplet: A8, 25 and 6D. RGB value is (168,37,109). Sum of RGB (Red+Green+Blue) = 168+37+109=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8256D is #57DA92. Grayscale: #545454. Windows color (decimal): -5757587 or 7153064. OLE color: 7153064.

HSL color Cylindrical-coordinate representation of color #A8256D: hue angle of 327.02º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8256D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 109 -
CMYK 0 0.78 0.35 0.34
HSL 327.02º 0.64% 0.4% -
HSV(B) 327.02º 0.78% 0.66% -
XYZ 19.57 10.75 15.51 -
YUV 84.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 168 37 109 0 0.78 0.35 0.34 327.02 0.64 0.4
Hex A8 25 6D 0 4E 23 22 147 40 28
Octal 250 45 155 0 116 43 42 507 100 50
Binary 10101000 100101 1101101 0 1001110 100011 100010 101000111 1000000 101000

Color Harmonies of #A8256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8256D

Black with #A8256D

Text Example


Text Example

White with #A8256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8256D; }

 p { color: rgb(168,37,109); }

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

background-color css

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

 a { background-color: rgb(168,37,109); }

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

border-color css

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

 span { border-color: rgb(168,37,109); }

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