Html Css Color HEX #A8015D Jazzberry Jam

📋 copy color: '#A8015D'

red 168 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #A8015D

Tints of Jazzberry Jam #A8015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 64.12%
G = 0.38%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8015D (or 0xA8015D) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 5D. RGB value is (168,1,93). Sum of RGB (Red+Green+Blue) = 168+1+93=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8015D is #57FEA2. Grayscale: #3D3D3D. Windows color (decimal): -5766819 or 6095272. OLE color: 6095272.

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

Color convert

RGB 168 1 93 -
CMYK 0 0.99 0.45 0.34
HSL 326.95º 0.99% 0.33% -
HSV(B) 326.95º 0.99% 0.66% -
XYZ 18.14 9.14 11.16 -
YUV 61.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 168 1 93 0 0.99 0.45 0.34 326.95 0.99 0.33
Hex A8 1 5D 0 63 2D 22 147 63 21
Octal 250 1 135 0 143 55 42 507 143 41
Binary 10101000 1 1011101 0 1100011 101101 100010 101000111 1100011 100001

Color Harmonies of #A8015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8015D

Black with #A8015D

Text Example


Text Example

White with #A8015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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