Html Css Color HEX #A5015E Jazzberry Jam

📋 copy color: '#A5015E'

red 165 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #A5015E

Tints of Jazzberry Jam #A5015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 63.46%
G = 0.38%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5015E (or 0xA5015E) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 5E. RGB value is (165,1,94). Sum of RGB (Red+Green+Blue) = 165+1+94=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5015E is #5AFEA1. Grayscale: #3C3C3C. Windows color (decimal): -5963426 or 6160805. OLE color: 6160805.

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

Color convert

RGB 165 1 94 -
CMYK 0 0.99 0.43 0.35
HSL 325.98º 0.99% 0.33% -
HSV(B) 325.98º 0.99% 0.65% -
XYZ 17.55 8.83 11.37 -
YUV 60.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 165 1 94 0 0.99 0.43 0.35 325.98 0.99 0.33
Hex A5 1 5E 0 63 2B 23 146 63 21
Octal 245 1 136 0 143 53 43 506 143 41
Binary 10100101 1 1011110 0 1100011 101011 100011 101000110 1100011 100001

Color Harmonies of #A5015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5015E

Black with #A5015E

Text Example


Text Example

White with #A5015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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