Html Css Color HEX #A4146E Jazzberry Jam

📋 copy color: '#A4146E'

red 164 ◦ green 20 ◦ blue 110

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

Shades of Jazzberry Jam #A4146E

Tints of Jazzberry Jam #A4146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 55.78%
G = 6.8%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4146E (or 0xA4146E) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 6E. RGB value is (164,20,110). Sum of RGB (Red+Green+Blue) = 164+20+110=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4146E is #5BEB91. Grayscale: #494949. Windows color (decimal): -6024082 or 7214244. OLE color: 7214244.

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

Color convert

RGB 164 20 110 -
CMYK 0 0.88 0.33 0.36
HSL 322.5º 0.78% 0.36% -
HSV(B) 322.5º 0.88% 0.64% -
XYZ 18.37 9.52 15.62 -
YUV 73.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 164 20 110 0 0.88 0.33 0.36 322.5 0.78 0.36
Hex A4 14 6E 0 58 21 24 142 4E 24
Octal 244 24 156 0 130 41 44 502 116 44
Binary 10100100 10100 1101110 0 1011000 100001 100100 101000010 1001110 100100

Color Harmonies of #A4146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4146E

Black with #A4146E

Text Example


Text Example

White with #A4146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4146E; }

 p { color: rgb(164,20,110); }

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

background-color css

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

 a { background-color: rgb(164,20,110); }

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

border-color css

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

 span { border-color: rgb(164,20,110); }

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