Html Css Color HEX #A8256A Jazzberry Jam

📋 copy color: '#A8256A'

red 168 ◦ green 37 ◦ blue 106

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

Shades of Jazzberry Jam #A8256A

Tints of Jazzberry Jam #A8256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 54.02%
G = 11.9%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8256A (or 0xA8256A) is known color: Jazzberry Jam. HEX triplet: A8, 25 and 6A. RGB value is (168,37,106). Sum of RGB (Red+Green+Blue) = 168+37+106=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8256A is #57DA95. Grayscale: #535353. Windows color (decimal): -5757590 or 6956456. OLE color: 6956456.

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

Color convert

RGB 168 37 106 -
CMYK 0 0.78 0.37 0.34
HSL 328.4º 0.64% 0.4% -
HSV(B) 328.4º 0.78% 0.66% -
XYZ 19.41 10.69 14.68 -
YUV 84.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 168 37 106 0 0.78 0.37 0.34 328.4 0.64 0.4
Hex A8 25 6A 0 4E 25 22 148 40 28
Octal 250 45 152 0 116 45 42 510 100 50
Binary 10101000 100101 1101010 0 1001110 100101 100010 101001000 1000000 101000

Color Harmonies of #A8256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8256A

Black with #A8256A

Text Example


Text Example

White with #A8256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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