Html Css Color HEX #A24693 Violet Blue

📋 copy color: '#A24693'

red 162 ◦ green 70 ◦ blue 147

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

Shades of Violet Blue #A24693

Tints of Violet Blue #A24693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 42.74%
G = 18.47%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A24693 (or 0xA24693) is known color: Violet Blue. HEX triplet: A2, 46 and 93. RGB value is (162,70,147). Sum of RGB (Red+Green+Blue) = 162+70+147=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A24693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24693 is #5DB96C. Grayscale: #6A6A6A. Windows color (decimal): -6142317 or 9651874. OLE color: 9651874.

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

Color convert

RGB 162 70 147 -
CMYK 0 0.57 0.09 0.36
HSL 309.78º 0.4% 0.45% -
HSV(B) 309.78º 0.57% 0.64% -
XYZ 22.36 14.17 29.16 -
YUV 106.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 162 70 147 0 0.57 0.09 0.36 309.78 0.4 0.45
Hex A2 46 93 0 39 9 24 136 28 2D
Octal 242 106 223 0 71 11 44 466 50 55
Binary 10100010 1000110 10010011 0 111001 1001 100100 100110110 101000 101101

Color Harmonies of #A24693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24693

Black with #A24693

Text Example


Text Example

White with #A24693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24693; }

 p { color: rgb(162,70,147); }

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

background-color css

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

 a { background-color: rgb(162,70,147); }

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

border-color css

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

 span { border-color: rgb(162,70,147); }

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