Html Css Color HEX #A8085C Jazzberry Jam

📋 copy color: '#A8085C'

red 168 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #A8085C

Tints of Jazzberry Jam #A8085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 62.69%
G = 2.99%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8085C (or 0xA8085C) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 5C. RGB value is (168,8,92). Sum of RGB (Red+Green+Blue) = 168+8+92=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8085C is #57F7A3. Grayscale: #414141. Windows color (decimal): -5765028 or 6031528. OLE color: 6031528.

HSL color Cylindrical-coordinate representation of color #A8085C: hue angle of 328.5º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8085C is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 92 -
CMYK 0 0.95 0.45 0.34
HSL 328.5º 0.91% 0.35% -
HSV(B) 328.5º 0.95% 0.66% -
XYZ 18.17 9.27 10.96 -
YUV 65.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 168 8 92 0 0.95 0.45 0.34 328.5 0.91 0.35
Hex A8 8 5C 0 5F 2D 22 148 5B 23
Octal 250 10 134 0 137 55 42 510 133 43
Binary 10101000 1000 1011100 0 1011111 101101 100010 101001000 1011011 100011

Color Harmonies of #A8085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8085C

Black with #A8085C

Text Example


Text Example

White with #A8085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8085C; }

 p { color: rgb(168,8,92); }

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

background-color css

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

 a { background-color: rgb(168,8,92); }

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

border-color css

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

 span { border-color: rgb(168,8,92); }

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