Html Css Color HEX #A12468 Jazzberry Jam

📋 copy color: '#A12468'

red 161 ◦ green 36 ◦ blue 104

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

Shades of Jazzberry Jam #A12468

Tints of Jazzberry Jam #A12468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 53.49%
G = 11.96%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A12468 (or 0xA12468) is known color: Jazzberry Jam. HEX triplet: A1, 24 and 68. RGB value is (161,36,104). Sum of RGB (Red+Green+Blue) = 161+36+104=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A12468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12468 is #5EDB97. Grayscale: #505050. Windows color (decimal): -6216600 or 6825121. OLE color: 6825121.

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

Color convert

RGB 161 36 104 -
CMYK 0 0.78 0.35 0.37
HSL 327.36º 0.63% 0.39% -
HSV(B) 327.36º 0.78% 0.63% -
XYZ 17.83 9.84 14.06 -
YUV 81.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 161 36 104 0 0.78 0.35 0.37 327.36 0.63 0.39
Hex A1 24 68 0 4E 23 25 147 3F 27
Octal 241 44 150 0 116 43 45 507 77 47
Binary 10100001 100100 1101000 0 1001110 100011 100101 101000111 111111 100111

Color Harmonies of #A12468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12468

Black with #A12468

Text Example


Text Example

White with #A12468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12468; }

 p { color: rgb(161,36,104); }

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

background-color css

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

 a { background-color: rgb(161,36,104); }

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

border-color css

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

 span { border-color: rgb(161,36,104); }

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