Html Css Color HEX #A41069 Jazzberry Jam

📋 copy color: '#A41069'

red 164 ◦ green 16 ◦ blue 105

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

Shades of Jazzberry Jam #A41069

Tints of Jazzberry Jam #A41069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 57.54%
G = 5.61%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A41069 (or 0xA41069) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 69. RGB value is (164,16,105). Sum of RGB (Red+Green+Blue) = 164+16+105=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A41069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41069 is #5BEF96. Grayscale: #464646. Windows color (decimal): -6025111 or 6885540. OLE color: 6885540.

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

Color convert

RGB 164 16 105 -
CMYK 0 0.90 0.36 0.36
HSL 323.92º 0.82% 0.35% -
HSV(B) 323.92º 0.9% 0.64% -
XYZ 18.04 9.28 14.21 -
YUV 70.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 164 16 105 0 0.90 0.36 0.36 323.92 0.82 0.35
Hex A4 10 69 0 5A 24 24 144 52 23
Octal 244 20 151 0 132 44 44 504 122 43
Binary 10100100 10000 1101001 0 1011010 100100 100100 101000100 1010010 100011

Color Harmonies of #A41069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41069

Black with #A41069

Text Example


Text Example

White with #A41069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41069; }

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

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

background-color css

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

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

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

border-color css

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

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

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