Html Css Color HEX #A51866 Jazzberry Jam

📋 copy color: '#A51866'

red 165 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #A51866

Tints of Jazzberry Jam #A51866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 56.7%
G = 8.25%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A51866 (or 0xA51866) is known color: Jazzberry Jam. HEX triplet: A5, 18 and 66. RGB value is (165,24,102). Sum of RGB (Red+Green+Blue) = 165+24+102=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A51866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51866 is #5AE799. Grayscale: #4A4A4A. Windows color (decimal): -5957530 or 6690981. OLE color: 6690981.

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

Color convert

RGB 165 24 102 -
CMYK 0 0.85 0.38 0.35
HSL 326.81º 0.75% 0.37% -
HSV(B) 326.81º 0.85% 0.65% -
XYZ 18.24 9.61 13.46 -
YUV 75.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 165 24 102 0 0.85 0.38 0.35 326.81 0.75 0.37
Hex A5 18 66 0 55 26 23 147 4B 25
Octal 245 30 146 0 125 46 43 507 113 45
Binary 10100101 11000 1100110 0 1010101 100110 100011 101000111 1001011 100101

Color Harmonies of #A51866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51866

Black with #A51866

Text Example


Text Example

White with #A51866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51866; }

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

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

background-color css

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

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

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

border-color css

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

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

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