Html Css Color HEX #A83CF0 Blue Violet

📋 copy color: '#A83CF0'

red 168 ◦ green 60 ◦ blue 240

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

Shades of Blue Violet #A83CF0

Tints of Blue Violet #A83CF0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 35.9%
G = 12.82%
B = 51.28%

CMYK

 C value IS 0.3

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A83CF0 (or 0xA83CF0) is known color: Blue Violet. HEX triplet: A8, 3C and F0. RGB value is (168,60,240). Sum of RGB (Red+Green+Blue) = 168+60+240=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #A83CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CF0 is #57C30F. Grayscale: #707070. Windows color (decimal): -5751568 or 15744168. OLE color: 15744168.

HSL color Cylindrical-coordinate representation of color #A83CF0: hue angle of 276º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83CF0 is Cyan = 0.3, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 60 240 -
CMYK 0.3 0.75 0 0.06
HSL 276º 0.86% 0.59% -
HSV(B) 276º 0.75% 0.94% -
XYZ 33.49 17.85 84.12 -
YUV 112.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 168 60 240 0.3 0.75 0 0.06 276 0.86 0.59
Hex A8 3C F0 1E 4B 0 6 114 56 3B
Octal 250 74 360 36 113 0 6 424 126 73
Binary 10101000 111100 11110000 11110 1001011 0 110 100010100 1010110 111011

Color Harmonies of #A83CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CF0

Black with #A83CF0

Text Example


Text Example

White with #A83CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CF0; }

 p { color: rgb(168,60,240); }

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

background-color css

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

 a { background-color: rgb(168,60,240); }

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

border-color css

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

 span { border-color: rgb(168,60,240); }

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