Html Css Color HEX #A83DF7 Blue Violet

📋 copy color: '#A83DF7'

red 168 ◦ green 61 ◦ blue 247

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

Shades of Blue Violet #A83DF7

Tints of Blue Violet #A83DF7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.82%

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 35.29%
G = 12.82%
B = 51.89%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A83DF7 (or 0xA83DF7) is known color: Blue Violet. HEX triplet: A8, 3D and F7. RGB value is (168,61,247). Sum of RGB (Red+Green+Blue) = 168+61+247=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #A83DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83DF7 is #57C208. Grayscale: #717171. Windows color (decimal): -5751305 or 16203176. OLE color: 16203176.

HSL color Cylindrical-coordinate representation of color #A83DF7: hue angle of 274.52º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83DF7 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 61 247 -
CMYK 0.32 0.75 0 0.03
HSL 274.52º 0.92% 0.6% -
HSV(B) 274.52º 0.75% 0.97% -
XYZ 34.61 18.38 89.72 -
YUV 114.2 202.95 166.38 -
System Red Green Blue C M Y K H S L
Decimal 168 61 247 0.32 0.75 0 0.03 274.52 0.92 0.6
Hex A8 3D F7 20 4B 0 3 113 5C 3C
Octal 250 75 367 40 113 0 3 423 134 74
Binary 10101000 111101 11110111 100000 1001011 0 11 100010011 1011100 111100

Color Harmonies of #A83DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DF7

Black with #A83DF7

Text Example


Text Example

White with #A83DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DF7; }

 p { color: rgb(168,61,247); }

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

background-color css

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

 a { background-color: rgb(168,61,247); }

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

border-color css

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

 span { border-color: rgb(168,61,247); }

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