Html Css Color HEX #A12469 Jazzberry Jam

📋 copy color: '#A12469'

red 161 ◦ green 36 ◦ blue 105

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

Shades of Jazzberry Jam #A12469

Tints of Jazzberry Jam #A12469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 53.31%
G = 11.92%
B = 34.77%

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

#A12469 (or 0xA12469) is known color: Jazzberry Jam. HEX triplet: A1, 24 and 69. RGB value is (161,36,105). Sum of RGB (Red+Green+Blue) = 161+36+105=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A12469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12469 is #5EDB96. Grayscale: #515151. Windows color (decimal): -6216599 or 6890657. OLE color: 6890657.

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

Color convert

RGB 161 36 105 -
CMYK 0 0.78 0.35 0.37
HSL 326.88º 0.63% 0.39% -
HSV(B) 326.88º 0.78% 0.63% -
XYZ 17.88 9.86 14.33 -
YUV 81.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 161 36 105 0 0.78 0.35 0.37 326.88 0.63 0.39
Hex A1 24 69 0 4E 23 25 147 3F 27
Octal 241 44 151 0 116 43 45 507 77 47
Binary 10100001 100100 1101001 0 1001110 100011 100101 101000111 111111 100111

Color Harmonies of #A12469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12469

Black with #A12469

Text Example


Text Example

White with #A12469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12469; }

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

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

background-color css

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

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

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

border-color css

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

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

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