Html Css Color HEX #A41E69 Jazzberry Jam

📋 copy color: '#A41E69'

red 164 ◦ green 30 ◦ blue 105

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

Shades of Jazzberry Jam #A41E69

Tints of Jazzberry Jam #A41E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 54.85%
G = 10.03%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A41E69 (or 0xA41E69) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 69. RGB value is (164,30,105). Sum of RGB (Red+Green+Blue) = 164+30+105=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E69 is #5BE196. Grayscale: #4E4E4E. Windows color (decimal): -6021527 or 6889124. OLE color: 6889124.

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

Color convert

RGB 164 30 105 -
CMYK 0 0.82 0.36 0.36
HSL 326.42º 0.69% 0.38% -
HSV(B) 326.42º 0.82% 0.64% -
XYZ 18.32 9.84 14.3 -
YUV 78.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 164 30 105 0 0.82 0.36 0.36 326.42 0.69 0.38
Hex A4 1E 69 0 52 24 24 146 45 26
Octal 244 36 151 0 122 44 44 506 105 46
Binary 10100100 11110 1101001 0 1010010 100100 100100 101000110 1000101 100110

Color Harmonies of #A41E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E69

Black with #A41E69

Text Example


Text Example

White with #A41E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E69; }

 p { color: rgb(164,30,105); }

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

background-color css

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

 a { background-color: rgb(164,30,105); }

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

border-color css

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

 span { border-color: rgb(164,30,105); }

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