Html Css Color HEX #A24291 Violet Blue

📋 copy color: '#A24291'

red 162 ◦ green 66 ◦ blue 145

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

Shades of Violet Blue #A24291

Tints of Violet Blue #A24291

RGB

 RED value IS 162 (63.67% from 255) = 43.43%

 GREEN value IS 66 (26.17% from 255) = 17.69%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 43.43%
G = 17.69%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A24291 (or 0xA24291) is known color: Violet Blue. HEX triplet: A2, 42 and 91. RGB value is (162,66,145). Sum of RGB (Red+Green+Blue) = 162+66+145=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A24291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24291 is #5DBD6E. Grayscale: #676767. Windows color (decimal): -6143343 or 9519778. OLE color: 9519778.

HSL color Cylindrical-coordinate representation of color #A24291: hue angle of 310.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24291 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 66 145 -
CMYK 0 0.59 0.10 0.36
HSL 310.63º 0.42% 0.45% -
HSV(B) 310.63º 0.59% 0.64% -
XYZ 21.96 13.62 28.26 -
YUV 103.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 162 66 145 0 0.59 0.10 0.36 310.63 0.42 0.45
Hex A2 42 91 0 3B A 24 137 2A 2D
Octal 242 102 221 0 73 12 44 467 52 55
Binary 10100010 1000010 10010001 0 111011 1010 100100 100110111 101010 101101

Color Harmonies of #A24291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24291

Black with #A24291

Text Example


Text Example

White with #A24291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24291; }

 p { color: rgb(162,66,145); }

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

background-color css

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

 a { background-color: rgb(162,66,145); }

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

border-color css

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

 span { border-color: rgb(162,66,145); }

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