Html Css Color HEX #A23BEE Blue Violet

📋 copy color: '#A23BEE'

red 162 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #A23BEE

Tints of Blue Violet #A23BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 35.29%
G = 12.85%
B = 51.85%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A23BEE (or 0xA23BEE) is known color: Blue Violet. HEX triplet: A2, 3B and EE. RGB value is (162,59,238). Sum of RGB (Red+Green+Blue) = 162+59+238=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #A23BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23BEE is #5DC411. Grayscale: #6D6D6D. Windows color (decimal): -6145042 or 15612834. OLE color: 15612834.

HSL color Cylindrical-coordinate representation of color #A23BEE: hue angle of 274.53º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23BEE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 59 238 -
CMYK 0.32 0.75 0 0.07
HSL 274.53º 0.84% 0.58% -
HSV(B) 274.53º 0.75% 0.93% -
XYZ 31.9 16.98 82.49 -
YUV 110.2 200.12 164.95 -
System Red Green Blue C M Y K H S L
Decimal 162 59 238 0.32 0.75 0 0.07 274.53 0.84 0.58
Hex A2 3B EE 20 4B 0 7 113 54 3A
Octal 242 73 356 40 113 0 7 423 124 72
Binary 10100010 111011 11101110 100000 1001011 0 111 100010011 1010100 111010

Color Harmonies of #A23BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BEE

Black with #A23BEE

Text Example


Text Example

White with #A23BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BEE; }

 p { color: rgb(162,59,238); }

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

background-color css

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

 a { background-color: rgb(162,59,238); }

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

border-color css

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

 span { border-color: rgb(162,59,238); }

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