Html Css Color HEX #A2015A Jazzberry Jam

📋 copy color: '#A2015A'

red 162 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #A2015A

Tints of Jazzberry Jam #A2015A

RGB

 RED value IS 162 (63.67% from 255) = 64.03%

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

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

R = 64.03%
G = 0.4%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2015A (or 0xA2015A) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 5A. RGB value is (162,1,90). Sum of RGB (Red+Green+Blue) = 162+1+90=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A2015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2015A is #5DFEA5. Grayscale: #3B3B3B. Windows color (decimal): -6160038 or 5898658. OLE color: 5898658.

HSL color Cylindrical-coordinate representation of color #A2015A: hue angle of 326.83º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2015A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 90 -
CMYK 0 0.99 0.44 0.36
HSL 326.83º 0.99% 0.32% -
HSV(B) 326.83º 0.99% 0.64% -
XYZ 16.76 8.44 10.42 -
YUV 59.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 162 1 90 0 0.99 0.44 0.36 326.83 0.99 0.32
Hex A2 1 5A 0 63 2C 24 147 63 20
Octal 242 1 132 0 143 54 44 507 143 40
Binary 10100010 1 1011010 0 1100011 101100 100100 101000111 1100011 100000

Color Harmonies of #A2015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2015A

Black with #A2015A

Text Example


Text Example

White with #A2015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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