Html Css Color HEX #A8075F Jazzberry Jam

📋 copy color: '#A8075F'

red 168 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #A8075F

Tints of Jazzberry Jam #A8075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

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

R = 62.22%
G = 2.59%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8075F (or 0xA8075F) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 5F. RGB value is (168,7,95). Sum of RGB (Red+Green+Blue) = 168+7+95=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8075F is #57F8A0. Grayscale: #404040. Windows color (decimal): -5765281 or 6227880. OLE color: 6227880.

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

Color convert

RGB 168 7 95 -
CMYK 0 0.96 0.43 0.34
HSL 327.21º 0.92% 0.34% -
HSV(B) 327.21º 0.96% 0.66% -
XYZ 18.29 9.3 11.66 -
YUV 65.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 168 7 95 0 0.96 0.43 0.34 327.21 0.92 0.34
Hex A8 7 5F 0 60 2B 22 147 5C 22
Octal 250 7 137 0 140 53 42 507 134 42
Binary 10101000 111 1011111 0 1100000 101011 100010 101000111 1011100 100010

Color Harmonies of #A8075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8075F

Black with #A8075F

Text Example


Text Example

White with #A8075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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