Html Css Color HEX #A23CA9 Violet Blue

📋 copy color: '#A23CA9'

red 162 ◦ green 60 ◦ blue 169

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

Shades of Violet Blue #A23CA9

Tints of Violet Blue #A23CA9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 41.43%
G = 15.35%
B = 43.22%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A23CA9 (or 0xA23CA9) is known color: Violet Blue. HEX triplet: A2, 3C and A9. RGB value is (162,60,169). Sum of RGB (Red+Green+Blue) = 162+60+169=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #A23CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23CA9 is #5DC356. Grayscale: #666666. Windows color (decimal): -6144855 or 11091106. OLE color: 11091106.

HSL color Cylindrical-coordinate representation of color #A23CA9: hue angle of 296.15º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23CA9 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 60 169 -
CMYK 0.04 0.64 0 0.34
HSL 296.15º 0.48% 0.45% -
HSV(B) 296.15º 0.64% 0.66% -
XYZ 23.68 13.78 38.95 -
YUV 102.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 162 60 169 0.04 0.64 0 0.34 296.15 0.48 0.45
Hex A2 3C A9 4 40 0 22 128 30 2D
Octal 242 74 251 4 100 0 42 450 60 55
Binary 10100010 111100 10101001 100 1000000 0 100010 100101000 110000 101101

Color Harmonies of #A23CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CA9

Black with #A23CA9

Text Example


Text Example

White with #A23CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CA9; }

 p { color: rgb(162,60,169); }

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

background-color css

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

 a { background-color: rgb(162,60,169); }

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

border-color css

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

 span { border-color: rgb(162,60,169); }

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