Html Css Color HEX #A12367 Jazzberry Jam

📋 copy color: '#A12367'

red 161 ◦ green 35 ◦ blue 103

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

Shades of Jazzberry Jam #A12367

Tints of Jazzberry Jam #A12367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 53.85%
G = 11.71%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A12367 (or 0xA12367) is known color: Jazzberry Jam. HEX triplet: A1, 23 and 67. RGB value is (161,35,103). Sum of RGB (Red+Green+Blue) = 161+35+103=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A12367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12367 is #5EDC98. Grayscale: #505050. Windows color (decimal): -6216857 or 6759329. OLE color: 6759329.

HSL color Cylindrical-coordinate representation of color #A12367: hue angle of 327.62º 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 #A12367 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 35 103 -
CMYK 0 0.78 0.36 0.37
HSL 327.62º 0.64% 0.38% -
HSV(B) 327.62º 0.78% 0.63% -
XYZ 17.75 9.76 13.78 -
YUV 80.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 161 35 103 0 0.78 0.36 0.37 327.62 0.64 0.38
Hex A1 23 67 0 4E 24 25 148 40 26
Octal 241 43 147 0 116 44 45 510 100 46
Binary 10100001 100011 1100111 0 1001110 100100 100101 101001000 1000000 100110

Color Harmonies of #A12367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12367

Black with #A12367

Text Example


Text Example

White with #A12367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12367; }

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

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

background-color css

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

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

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

border-color css

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

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

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