Html Css Color HEX #A23EAA Violet Blue

📋 copy color: '#A23EAA'

red 162 ◦ green 62 ◦ blue 170

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

Shades of Violet Blue #A23EAA

Tints of Violet Blue #A23EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 41.12%
G = 15.74%
B = 43.15%

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

#A23EAA (or 0xA23EAA) is known color: Violet Blue. HEX triplet: A2, 3E and AA. RGB value is (162,62,170). Sum of RGB (Red+Green+Blue) = 162+62+170=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A23EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23EAA is #5DC155. Grayscale: #676767. Windows color (decimal): -6144342 or 11157154. OLE color: 11157154.

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

Color convert

RGB 162 62 170 -
CMYK 0.05 0.64 0 0.33
HSL 295.56º 0.47% 0.45% -
HSV(B) 295.56º 0.64% 0.67% -
XYZ 23.88 14.03 39.48 -
YUV 104.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 162 62 170 0.05 0.64 0 0.33 295.56 0.47 0.45
Hex A2 3E AA 5 40 0 21 128 2F 2D
Octal 242 76 252 5 100 0 41 450 57 55
Binary 10100010 111110 10101010 101 1000000 0 100001 100101000 101111 101101

Color Harmonies of #A23EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23EAA

Black with #A23EAA

Text Example


Text Example

White with #A23EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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