Html Css Color HEX #A5015A Jazzberry Jam

📋 copy color: '#A5015A'

red 165 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #A5015A

Tints of Jazzberry Jam #A5015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 64.45%
G = 0.39%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5015A (or 0xA5015A) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 5A. RGB value is (165,1,90). Sum of RGB (Red+Green+Blue) = 165+1+90=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5015A is #5AFEA5. Grayscale: #3B3B3B. Windows color (decimal): -5963430 or 5898661. OLE color: 5898661.

HSL color Cylindrical-coordinate representation of color #A5015A: hue angle of 327.44º 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 #A5015A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 90 -
CMYK 0 0.99 0.45 0.35
HSL 327.44º 0.99% 0.33% -
HSV(B) 327.44º 0.99% 0.65% -
XYZ 17.37 8.76 10.45 -
YUV 60.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 165 1 90 0 0.99 0.45 0.35 327.44 0.99 0.33
Hex A5 1 5A 0 63 2D 23 147 63 21
Octal 245 1 132 0 143 55 43 507 143 41
Binary 10100101 1 1011010 0 1100011 101101 100011 101000111 1100011 100001

Color Harmonies of #A5015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5015A

Black with #A5015A

Text Example


Text Example

White with #A5015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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