Html Css Color HEX #A8015B Jazzberry Jam

📋 copy color: '#A8015B'

red 168 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #A8015B

Tints of Jazzberry Jam #A8015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 64.62%
G = 0.38%
B = 35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8015B (or 0xA8015B) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 5B. RGB value is (168,1,91). Sum of RGB (Red+Green+Blue) = 168+1+91=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A8015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8015B is #57FEA4. Grayscale: #3D3D3D. Windows color (decimal): -5766821 or 5964200. OLE color: 5964200.

HSL color Cylindrical-coordinate representation of color #A8015B: hue angle of 327.66º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8015B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 91 -
CMYK 0 0.99 0.46 0.34
HSL 327.66º 0.99% 0.33% -
HSV(B) 327.66º 0.99% 0.66% -
XYZ 18.05 9.1 10.7 -
YUV 61.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 168 1 91 0 0.99 0.46 0.34 327.66 0.99 0.33
Hex A8 1 5B 0 63 2E 22 148 63 21
Octal 250 1 133 0 143 56 42 510 143 41
Binary 10101000 1 1011011 0 1100011 101110 100010 101001000 1100011 100001

Color Harmonies of #A8015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8015B

Black with #A8015B

Text Example


Text Example

White with #A8015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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