Html Css Color HEX #A62363 Jazzberry Jam

📋 copy color: '#A62363'

red 166 ◦ green 35 ◦ blue 99

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

Shades of Jazzberry Jam #A62363

Tints of Jazzberry Jam #A62363

RGB

 RED value IS 166 (65.23% from 255) = 55.33%

 GREEN value IS 35 (14.06% from 255) = 11.67%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 55.33%
G = 11.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A62363 (or 0xA62363) is known color: Jazzberry Jam. HEX triplet: A6, 23 and 63. RGB value is (166,35,99). Sum of RGB (Red+Green+Blue) = 166+35+99=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A62363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62363 is #59DC9C. Grayscale: #515151. Windows color (decimal): -5889181 or 6497190. OLE color: 6497190.

HSL color Cylindrical-coordinate representation of color #A62363: hue angle of 330.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62363 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 35 99 -
CMYK 0 0.79 0.40 0.35
HSL 330.69º 0.65% 0.39% -
HSV(B) 330.69º 0.79% 0.65% -
XYZ 18.58 10.21 12.8 -
YUV 81.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 166 35 99 0 0.79 0.40 0.35 330.69 0.65 0.39
Hex A6 23 63 0 4F 28 23 14B 41 27
Octal 246 43 143 0 117 50 43 513 101 47
Binary 10100110 100011 1100011 0 1001111 101000 100011 101001011 1000001 100111

Color Harmonies of #A62363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62363

Black with #A62363

Text Example


Text Example

White with #A62363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62363; }

 p { color: rgb(166,35,99); }

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

background-color css

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

 a { background-color: rgb(166,35,99); }

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

border-color css

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

 span { border-color: rgb(166,35,99); }

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