Html Css Color HEX #A23EAB Violet Blue

📋 copy color: '#A23EAB'

red 162 ◦ green 62 ◦ blue 171

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

Shades of Violet Blue #A23EAB

Tints of Violet Blue #A23EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 41.01%
G = 15.7%
B = 43.29%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A23EAB (or 0xA23EAB) is known color: Violet Blue. HEX triplet: A2, 3E and AB. RGB value is (162,62,171). Sum of RGB (Red+Green+Blue) = 162+62+171=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #A23EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23EAB is #5DC154. Grayscale: #676767. Windows color (decimal): -6144341 or 11222690. OLE color: 11222690.

HSL color Cylindrical-coordinate representation of color #A23EAB: hue angle of 295.05º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23EAB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 62 171 -
CMYK 0.05 0.64 0 0.33
HSL 295.05º 0.47% 0.46% -
HSV(B) 295.05º 0.64% 0.67% -
XYZ 23.97 14.07 39.98 -
YUV 104.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 162 62 171 0.05 0.64 0 0.33 295.05 0.47 0.46
Hex A2 3E AB 5 40 0 21 127 2F 2E
Octal 242 76 253 5 100 0 41 447 57 56
Binary 10100010 111110 10101011 101 1000000 0 100001 100100111 101111 101110

Color Harmonies of #A23EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23EAB

Black with #A23EAB

Text Example


Text Example

White with #A23EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23EAB; }

 p { color: rgb(162,62,171); }

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

background-color css

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

 a { background-color: rgb(162,62,171); }

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

border-color css

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

 span { border-color: rgb(162,62,171); }

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