Html Css Color HEX #A8005F Jazzberry Jam

📋 copy color: '#A8005F'

red 168 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #A8005F

Tints of Jazzberry Jam #A8005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 63.88%
G = 0%
B = 36.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8005F (or 0xA8005F) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 5F. RGB value is (168,0,95). Sum of RGB (Red+Green+Blue) = 168+0+95=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8005F is #57FFA0. Grayscale: #3C3C3C. Windows color (decimal): -5767073 or 6226088. OLE color: 6226088.

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

Color convert

RGB 168 0 95 -
CMYK 0 1 0.43 0.34
HSL 326.07º 1% 0.33% -
HSV(B) 326.07º 1% 0.66% -
XYZ 18.21 9.15 11.63 -
YUV 61.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 168 0 95 0 1 0.43 0.34 326.07 1 0.33
Hex A8 0 5F 0 64 2B 22 146 64 21
Octal 250 0 137 0 144 53 42 506 144 41
Binary 10101000 0 1011111 0 1100100 101011 100010 101000110 1100100 100001

Color Harmonies of #A8005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8005F

Black with #A8005F

Text Example


Text Example

White with #A8005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8005F; }

 p { color: rgb(168,0,95); }

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

background-color css

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

 a { background-color: rgb(168,0,95); }

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

border-color css

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

 span { border-color: rgb(168,0,95); }

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