Html Css Color HEX #A5085C Jazzberry Jam

📋 copy color: '#A5085C'

red 165 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #A5085C

Tints of Jazzberry Jam #A5085C

RGB

 RED value IS 165 (64.84% from 255) = 62.26%

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

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

R = 62.26%
G = 3.02%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5085C (or 0xA5085C) is known color: Jazzberry Jam. HEX triplet: A5, 08 and 5C. RGB value is (165,8,92). Sum of RGB (Red+Green+Blue) = 165+8+92=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5085C is #5AF7A3. Grayscale: #404040. Windows color (decimal): -5961636 or 6031525. OLE color: 6031525.

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

Color convert

RGB 165 8 92 -
CMYK 0 0.95 0.44 0.35
HSL 327.9º 0.91% 0.34% -
HSV(B) 327.9º 0.95% 0.65% -
XYZ 17.54 8.95 10.93 -
YUV 64.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 165 8 92 0 0.95 0.44 0.35 327.9 0.91 0.34
Hex A5 8 5C 0 5F 2C 23 148 5B 22
Octal 245 10 134 0 137 54 43 510 133 42
Binary 10100101 1000 1011100 0 1011111 101100 100011 101001000 1011011 100010

Color Harmonies of #A5085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5085C

Black with #A5085C

Text Example


Text Example

White with #A5085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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