Html Css Color HEX #A83AED Blue Violet

📋 copy color: '#A83AED'

red 168 ◦ green 58 ◦ blue 237

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

Shades of Blue Violet #A83AED

Tints of Blue Violet #A83AED

RGB

 RED value IS 168 (66.02% from 255) = 36.29%

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

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 36.29%
G = 12.53%
B = 51.19%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A83AED (or 0xA83AED) is known color: Blue Violet. HEX triplet: A8, 3A and ED. RGB value is (168,58,237). Sum of RGB (Red+Green+Blue) = 168+58+237=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #A83AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AED is #57C512. Grayscale: #6E6E6E. Windows color (decimal): -5752083 or 15547048. OLE color: 15547048.

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

Color convert

RGB 168 58 237 -
CMYK 0.29 0.76 0 0.07
HSL 276.87º 0.83% 0.58% -
HSV(B) 276.87º 0.76% 0.93% -
XYZ 32.95 17.47 81.76 -
YUV 111.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 168 58 237 0.29 0.76 0 0.07 276.87 0.83 0.58
Hex A8 3A ED 1D 4C 0 7 115 53 3A
Octal 250 72 355 35 114 0 7 425 123 72
Binary 10101000 111010 11101101 11101 1001100 0 111 100010101 1010011 111010

Color Harmonies of #A83AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83AED

Black with #A83AED

Text Example


Text Example

White with #A83AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83AED; }

 p { color: rgb(168,58,237); }

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

background-color css

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

 a { background-color: rgb(168,58,237); }

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

border-color css

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

 span { border-color: rgb(168,58,237); }

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