Html Css Color HEX #A93BEE Blue Violet

📋 copy color: '#A93BEE'

red 169 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #A93BEE

Tints of Blue Violet #A93BEE

RGB

 RED value IS 169 (66.41% from 255) = 36.27%

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

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

R = 36.27%
G = 12.66%
B = 51.07%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A93BEE (or 0xA93BEE) is known color: Blue Violet. HEX triplet: A9, 3B and EE. RGB value is (169,59,238). Sum of RGB (Red+Green+Blue) = 169+59+238=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #A93BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93BEE is #56C411. Grayscale: #6F6F6F. Windows color (decimal): -5686290 or 15612841. OLE color: 15612841.

HSL color Cylindrical-coordinate representation of color #A93BEE: hue angle of 276.87º 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 #A93BEE is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 59 238 -
CMYK 0.29 0.75 0 0.07
HSL 276.87º 0.84% 0.58% -
HSV(B) 276.87º 0.75% 0.93% -
XYZ 33.36 17.74 82.55 -
YUV 112.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 169 59 238 0.29 0.75 0 0.07 276.87 0.84 0.58
Hex A9 3B EE 1D 4B 0 7 115 54 3A
Octal 251 73 356 35 113 0 7 425 124 72
Binary 10101001 111011 11101110 11101 1001011 0 111 100010101 1010100 111010

Color Harmonies of #A93BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BEE

Black with #A93BEE

Text Example


Text Example

White with #A93BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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