Html Css Color HEX #A12366 Jazzberry Jam

📋 copy color: '#A12366'

red 161 ◦ green 35 ◦ blue 102

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

Shades of Jazzberry Jam #A12366

Tints of Jazzberry Jam #A12366

RGB

 RED value IS 161 (63.28% from 255) = 54.03%

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

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

R = 54.03%
G = 11.74%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A12366 (or 0xA12366) is known color: Jazzberry Jam. HEX triplet: A1, 23 and 66. RGB value is (161,35,102). Sum of RGB (Red+Green+Blue) = 161+35+102=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A12366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12366 is #5EDC99. Grayscale: #505050. Windows color (decimal): -6216858 or 6693793. OLE color: 6693793.

HSL color Cylindrical-coordinate representation of color #A12366: hue angle of 328.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12366 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 35 102 -
CMYK 0 0.78 0.37 0.37
HSL 328.1º 0.64% 0.38% -
HSV(B) 328.1º 0.78% 0.63% -
XYZ 17.7 9.74 13.52 -
YUV 80.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 161 35 102 0 0.78 0.37 0.37 328.1 0.64 0.38
Hex A1 23 66 0 4E 25 25 148 40 26
Octal 241 43 146 0 116 45 45 510 100 46
Binary 10100001 100011 1100110 0 1001110 100101 100101 101001000 1000000 100110

Color Harmonies of #A12366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12366

Black with #A12366

Text Example


Text Example

White with #A12366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12366; }

 p { color: rgb(161,35,102); }

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

background-color css

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

 a { background-color: rgb(161,35,102); }

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

border-color css

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

 span { border-color: rgb(161,35,102); }

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