Html Css Color HEX #A91466 Jazzberry Jam

📋 copy color: '#A91466'

red 169 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #A91466

Tints of Jazzberry Jam #A91466

RGB

 RED value IS 169 (66.41% from 255) = 58.08%

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

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 58.08%
G = 6.87%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A91466 (or 0xA91466) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 66. RGB value is (169,20,102). Sum of RGB (Red+Green+Blue) = 169+20+102=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A91466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91466 is #56EB99. Grayscale: #494949. Windows color (decimal): -5696410 or 6689961. OLE color: 6689961.

HSL color Cylindrical-coordinate representation of color #A91466: hue angle of 326.98º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91466 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 20 102 -
CMYK 0 0.88 0.40 0.34
HSL 326.98º 0.79% 0.37% -
HSV(B) 326.98º 0.88% 0.66% -
XYZ 19.01 9.89 13.48 -
YUV 73.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 169 20 102 0 0.88 0.40 0.34 326.98 0.79 0.37
Hex A9 14 66 0 58 28 22 147 4F 25
Octal 251 24 146 0 130 50 42 507 117 45
Binary 10101001 10100 1100110 0 1011000 101000 100010 101000111 1001111 100101

Color Harmonies of #A91466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91466

Black with #A91466

Text Example


Text Example

White with #A91466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91466; }

 p { color: rgb(169,20,102); }

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

background-color css

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

 a { background-color: rgb(169,20,102); }

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

border-color css

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

 span { border-color: rgb(169,20,102); }

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