Html Css Color HEX #A4015E Jazzberry Jam

📋 copy color: '#A4015E'

red 164 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #A4015E

Tints of Jazzberry Jam #A4015E

RGB

 RED value IS 164 (64.45% from 255) = 63.32%

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

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

R = 63.32%
G = 0.39%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4015E (or 0xA4015E) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 5E. RGB value is (164,1,94). Sum of RGB (Red+Green+Blue) = 164+1+94=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4015E is #5BFEA1. Grayscale: #3C3C3C. Windows color (decimal): -6028962 or 6160804. OLE color: 6160804.

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

Color convert

RGB 164 1 94 -
CMYK 0 0.99 0.43 0.36
HSL 325.77º 0.99% 0.32% -
HSV(B) 325.77º 0.99% 0.64% -
XYZ 17.34 8.72 11.36 -
YUV 60.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 164 1 94 0 0.99 0.43 0.36 325.77 0.99 0.32
Hex A4 1 5E 0 63 2B 24 146 63 20
Octal 244 1 136 0 143 53 44 506 143 40
Binary 10100100 1 1011110 0 1100011 101011 100100 101000110 1100011 100000

Color Harmonies of #A4015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4015E

Black with #A4015E

Text Example


Text Example

White with #A4015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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