Html Css Color HEX #A4045E Jazzberry Jam

📋 copy color: '#A4045E'

red 164 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #A4045E

Tints of Jazzberry Jam #A4045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 62.6%
G = 1.53%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4045E (or 0xA4045E) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 5E. RGB value is (164,4,94). Sum of RGB (Red+Green+Blue) = 164+4+94=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4045E is #5BFBA1. Grayscale: #3D3D3D. Windows color (decimal): -6028194 or 6161572. OLE color: 6161572.

HSL color Cylindrical-coordinate representation of color #A4045E: hue angle of 326.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4045E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 94 -
CMYK 0 0.98 0.43 0.36
HSL 326.25º 0.95% 0.33% -
HSV(B) 326.25º 0.98% 0.64% -
XYZ 17.37 8.79 11.37 -
YUV 62.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 164 4 94 0 0.98 0.43 0.36 326.25 0.95 0.33
Hex A4 4 5E 0 62 2B 24 146 5F 21
Octal 244 4 136 0 142 53 44 506 137 41
Binary 10100100 100 1011110 0 1100010 101011 100100 101000110 1011111 100001

Color Harmonies of #A4045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4045E

Black with #A4045E

Text Example


Text Example

White with #A4045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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