Html Css Color HEX #A8256B Jazzberry Jam

📋 copy color: '#A8256B'

red 168 ◦ green 37 ◦ blue 107

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

Shades of Jazzberry Jam #A8256B

Tints of Jazzberry Jam #A8256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 53.85%
G = 11.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8256B (or 0xA8256B) is known color: Jazzberry Jam. HEX triplet: A8, 25 and 6B. RGB value is (168,37,107). Sum of RGB (Red+Green+Blue) = 168+37+107=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8256B is #57DA94. Grayscale: #535353. Windows color (decimal): -5757589 or 7021992. OLE color: 7021992.

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

Color convert

RGB 168 37 107 -
CMYK 0 0.78 0.36 0.34
HSL 327.94º 0.64% 0.4% -
HSV(B) 327.94º 0.78% 0.66% -
XYZ 19.46 10.71 14.95 -
YUV 84.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 168 37 107 0 0.78 0.36 0.34 327.94 0.64 0.4
Hex A8 25 6B 0 4E 24 22 148 40 28
Octal 250 45 153 0 116 44 42 510 100 50
Binary 10101000 100101 1101011 0 1001110 100100 100010 101001000 1000000 101000

Color Harmonies of #A8256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8256B

Black with #A8256B

Text Example


Text Example

White with #A8256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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