Html Css Color HEX #A51466 Jazzberry Jam

📋 copy color: '#A51466'

red 165 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #A51466

Tints of Jazzberry Jam #A51466

RGB

 RED value IS 165 (64.84% from 255) = 57.49%

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

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

R = 57.49%
G = 6.97%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A51466 (or 0xA51466) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 66. RGB value is (165,20,102). Sum of RGB (Red+Green+Blue) = 165+20+102=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A51466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51466 is #5AEB99. Grayscale: #484848. Windows color (decimal): -5958554 or 6689957. OLE color: 6689957.

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

Color convert

RGB 165 20 102 -
CMYK 0 0.88 0.38 0.35
HSL 326.07º 0.78% 0.36% -
HSV(B) 326.07º 0.88% 0.65% -
XYZ 18.17 9.46 13.44 -
YUV 72.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 165 20 102 0 0.88 0.38 0.35 326.07 0.78 0.36
Hex A5 14 66 0 58 26 23 146 4E 24
Octal 245 24 146 0 130 46 43 506 116 44
Binary 10100101 10100 1100110 0 1011000 100110 100011 101000110 1001110 100100

Color Harmonies of #A51466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51466

Black with #A51466

Text Example


Text Example

White with #A51466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51466; }

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

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

background-color css

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

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

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

border-color css

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

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

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