Html Css Color HEX #A83CFA Blue Violet

📋 copy color: '#A83CFA'

red 168 ◦ green 60 ◦ blue 250

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

Shades of Blue Violet #A83CFA

Tints of Blue Violet #A83CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 35.15%
G = 12.55%
B = 52.3%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A83CFA (or 0xA83CFA) is known color: Blue Violet. HEX triplet: A8, 3C and FA. RGB value is (168,60,250). Sum of RGB (Red+Green+Blue) = 168+60+250=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #A83CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CFA is #57C305. Grayscale: #717171. Windows color (decimal): -5751558 or 16399528. OLE color: 16399528.

HSL color Cylindrical-coordinate representation of color #A83CFA: hue angle of 274.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83CFA is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 60 250 -
CMYK 0.33 0.76 0 0.02
HSL 274.11º 0.95% 0.61% -
HSV(B) 274.11º 0.76% 0.98% -
XYZ 35.02 18.46 92.16 -
YUV 113.95 204.78 166.55 -
System Red Green Blue C M Y K H S L
Decimal 168 60 250 0.33 0.76 0 0.02 274.11 0.95 0.61
Hex A8 3C FA 21 4C 0 2 112 5F 3D
Octal 250 74 372 41 114 0 2 422 137 75
Binary 10101000 111100 11111010 100001 1001100 0 10 100010010 1011111 111101

Color Harmonies of #A83CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CFA

Black with #A83CFA

Text Example


Text Example

White with #A83CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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