Html Css Color HEX #A83BFF Blue Violet

📋 copy color: '#A83BFF'

red 168 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #A83BFF

Tints of Blue Violet #A83BFF

RGB

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

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

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

R = 34.85%
G = 12.24%
B = 52.9%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A83BFF (or 0xA83BFF) is known color: Blue Violet. HEX triplet: A8, 3B and FF. RGB value is (168,59,255). Sum of RGB (Red+Green+Blue) = 168+59+255=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #A83BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83BFF is #57C400. Grayscale: #717171. Windows color (decimal): -5751809 or 16726952. OLE color: 16726952.

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

Color convert

RGB 168 59 255 -
CMYK 0.34 0.77 0 0
HSL 273.37º 1% 0.62% -
HSV(B) 273.37º 0.77% 1% -
XYZ 35.76 18.67 96.33 -
YUV 113.94 207.61 166.56 -
System Red Green Blue C M Y K H S L
Decimal 168 59 255 0.34 0.77 0 0 273.37 1 0.62
Hex A8 3B FF 22 4D 0 0 111 64 3E
Octal 250 73 377 42 115 0 0 421 144 76
Binary 10101000 111011 11111111 100010 1001101 0 0 100010001 1100100 111110

Color Harmonies of #A83BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BFF

Black with #A83BFF

Text Example


Text Example

White with #A83BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BFF; }

 p { color: rgb(168,59,255); }

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

background-color css

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

 a { background-color: rgb(168,59,255); }

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

border-color css

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

 span { border-color: rgb(168,59,255); }

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