Html Css Color HEX #A50366 Jazzberry Jam

📋 copy color: '#A50366'

red 165 ◦ green 3 ◦ blue 102

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

Shades of Jazzberry Jam #A50366

Tints of Jazzberry Jam #A50366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 61.11%
G = 1.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A50366 (or 0xA50366) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 66. RGB value is (165,3,102). Sum of RGB (Red+Green+Blue) = 165+3+102=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A50366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50366 is #5AFC99. Grayscale: #3E3E3E. Windows color (decimal): -5962906 or 6685605. OLE color: 6685605.

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

Color convert

RGB 165 3 102 -
CMYK 0 0.98 0.38 0.35
HSL 323.33º 0.96% 0.33% -
HSV(B) 323.33º 0.98% 0.65% -
XYZ 17.95 9.02 13.37 -
YUV 62.72 150.17 200.95 -
System Red Green Blue C M Y K H S L
Decimal 165 3 102 0 0.98 0.38 0.35 323.33 0.96 0.33
Hex A5 3 66 0 62 26 23 143 60 21
Octal 245 3 146 0 142 46 43 503 140 41
Binary 10100101 11 1100110 0 1100010 100110 100011 101000011 1100000 100001

Color Harmonies of #A50366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50366

Black with #A50366

Text Example


Text Example

White with #A50366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50366; }

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

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

background-color css

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

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

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

border-color css

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

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

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