Html Css Color HEX #A8256E Jazzberry Jam

📋 copy color: '#A8256E'

red 168 ◦ green 37 ◦ blue 110

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

Shades of Jazzberry Jam #A8256E

Tints of Jazzberry Jam #A8256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 53.33%
G = 11.75%
B = 34.92%

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

#A8256E (or 0xA8256E) is known color: Jazzberry Jam. HEX triplet: A8, 25 and 6E. RGB value is (168,37,110). Sum of RGB (Red+Green+Blue) = 168+37+110=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8256E is #57DA91. Grayscale: #545454. Windows color (decimal): -5757586 or 7218600. OLE color: 7218600.

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

Color convert

RGB 168 37 110 -
CMYK 0 0.78 0.35 0.34
HSL 326.56º 0.64% 0.4% -
HSV(B) 326.56º 0.78% 0.66% -
XYZ 19.62 10.77 15.8 -
YUV 84.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 168 37 110 0 0.78 0.35 0.34 326.56 0.64 0.4
Hex A8 25 6E 0 4E 23 22 147 40 28
Octal 250 45 156 0 116 43 42 507 100 50
Binary 10101000 100101 1101110 0 1001110 100011 100010 101000111 1000000 101000

Color Harmonies of #A8256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8256E

Black with #A8256E

Text Example


Text Example

White with #A8256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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