Html Css Color HEX #A5005E Jazzberry Jam

📋 copy color: '#A5005E'

red 165 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #A5005E

Tints of Jazzberry Jam #A5005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 63.71%
G = 0%
B = 36.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5005E (or 0xA5005E) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 5E. RGB value is (165,0,94). Sum of RGB (Red+Green+Blue) = 165+0+94=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5005E is #5AFFA1. Grayscale: #3B3B3B. Windows color (decimal): -5963682 or 6160549. OLE color: 6160549.

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

Color convert

RGB 165 0 94 -
CMYK 0 1 0.43 0.35
HSL 325.82º 1% 0.32% -
HSV(B) 325.82º 1% 0.65% -
XYZ 17.54 8.81 11.37 -
YUV 60.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 165 0 94 0 1 0.43 0.35 325.82 1 0.32
Hex A5 0 5E 0 64 2B 23 146 64 20
Octal 245 0 136 0 144 53 43 506 144 40
Binary 10100101 0 1011110 0 1100100 101011 100011 101000110 1100100 100000

Color Harmonies of #A5005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5005E

Black with #A5005E

Text Example


Text Example

White with #A5005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5005E; }

 p { color: rgb(165,0,94); }

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

background-color css

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

 a { background-color: rgb(165,0,94); }

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

border-color css

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

 span { border-color: rgb(165,0,94); }

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