Html Css Color HEX #A23AFF Blue Violet

📋 copy color: '#A23AFF'

red 162 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #A23AFF

Tints of Blue Violet #A23AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.21%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 34.11%
G = 12.21%
B = 53.68%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A23AFF (or 0xA23AFF) is known color: Blue Violet. HEX triplet: A2, 3A and FF. RGB value is (162,58,255). Sum of RGB (Red+Green+Blue) = 162+58+255=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #A23AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AFF is #5DC500. Grayscale: #6E6E6E. Windows color (decimal): -6145281 or 16726690. OLE color: 16726690.

HSL color Cylindrical-coordinate representation of color #A23AFF: hue angle of 271.68º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A23AFF is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 58 255 -
CMYK 0.36 0.77 0 0
HSL 271.68º 1% 0.61% -
HSV(B) 271.68º 0.77% 1% -
XYZ 34.46 17.93 96.25 -
YUV 111.55 208.96 163.98 -
System Red Green Blue C M Y K H S L
Decimal 162 58 255 0.36 0.77 0 0 271.68 1 0.61
Hex A2 3A FF 24 4D 0 0 110 64 3D
Octal 242 72 377 44 115 0 0 420 144 75
Binary 10100010 111010 11111111 100100 1001101 0 0 100010000 1100100 111101

Color Harmonies of #A23AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23AFF

Black with #A23AFF

Text Example


Text Example

White with #A23AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23AFF; }

 p { color: rgb(162,58,255); }

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

background-color css

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

 a { background-color: rgb(162,58,255); }

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

border-color css

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

 span { border-color: rgb(162,58,255); }

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