Html Css Color HEX #AD3FFA Blue Violet

📋 copy color: '#AD3FFA'

red 173 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #AD3FFA

Tints of Blue Violet #AD3FFA

RGB

 RED value IS 173 (67.97% from 255) = 35.6%

 GREEN value IS 63 (25% from 255) = 12.96%

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

R = 35.6%
G = 12.96%
B = 51.44%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD3FFA (or 0xAD3FFA) is known color: Blue Violet. HEX triplet: AD, 3F and FA. RGB value is (173,63,250). Sum of RGB (Red+Green+Blue) = 173+63+250=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FFA is #52C005. Grayscale: #747474. Windows color (decimal): -5423110 or 16400301. OLE color: 16400301.

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

Color convert

RGB 173 63 250 -
CMYK 0.31 0.75 0 0.02
HSL 275.29º 0.95% 0.61% -
HSV(B) 275.29º 0.75% 0.98% -
XYZ 36.27 19.34 92.26 -
YUV 117.21 202.94 167.79 -
System Red Green Blue C M Y K H S L
Decimal 173 63 250 0.31 0.75 0 0.02 275.29 0.95 0.61
Hex AD 3F FA 1F 4B 0 2 113 5F 3D
Octal 255 77 372 37 113 0 2 423 137 75
Binary 10101101 111111 11111010 11111 1001011 0 10 100010011 1011111 111101

Color Harmonies of #AD3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FFA

Black with #AD3FFA

Text Example


Text Example

White with #AD3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FFA; }

 p { color: rgb(173,63,250); }

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

background-color css

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

 a { background-color: rgb(173,63,250); }

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

border-color css

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

 span { border-color: rgb(173,63,250); }

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