Html Css Color HEX #A23C95 Violet Blue

📋 copy color: '#A23C95'

red 162 ◦ green 60 ◦ blue 149

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

Shades of Violet Blue #A23C95

Tints of Violet Blue #A23C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 43.67%
G = 16.17%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A23C95 (or 0xA23C95) is known color: Violet Blue. HEX triplet: A2, 3C and 95. RGB value is (162,60,149). Sum of RGB (Red+Green+Blue) = 162+60+149=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C95 is #5DC36A. Grayscale: #646464. Windows color (decimal): -6144875 or 9780386. OLE color: 9780386.

HSL color Cylindrical-coordinate representation of color #A23C95: hue angle of 307.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C95 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 60 149 -
CMYK 0 0.63 0.08 0.36
HSL 307.65º 0.46% 0.44% -
HSV(B) 307.65º 0.63% 0.64% -
XYZ 21.94 13.08 29.8 -
YUV 100.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 162 60 149 0 0.63 0.08 0.36 307.65 0.46 0.44
Hex A2 3C 95 0 3F 8 24 134 2E 2C
Octal 242 74 225 0 77 10 44 464 56 54
Binary 10100010 111100 10010101 0 111111 1000 100100 100110100 101110 101100

Color Harmonies of #A23C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C95

Black with #A23C95

Text Example


Text Example

White with #A23C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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