Html Css Color HEX #AD3FFD Blue Violet

📋 copy color: '#AD3FFD'

red 173 ◦ green 63 ◦ blue 253

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

Shades of Blue Violet #AD3FFD

Tints of Blue Violet #AD3FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 35.38%
G = 12.88%
B = 51.74%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD3FFD (or 0xAD3FFD) is known color: Blue Violet. HEX triplet: AD, 3F and FD. RGB value is (173,63,253). Sum of RGB (Red+Green+Blue) = 173+63+253=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD3FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FFD is #52C002. Grayscale: #747474. Windows color (decimal): -5423107 or 16596909. OLE color: 16596909.

HSL color Cylindrical-coordinate representation of color #AD3FFD: hue angle of 274.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3FFD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 63 253 -
CMYK 0.32 0.75 0 0.01
HSL 274.74º 0.98% 0.62% -
HSV(B) 274.74º 0.75% 0.99% -
XYZ 36.74 19.53 94.76 -
YUV 117.55 204.44 167.55 -
System Red Green Blue C M Y K H S L
Decimal 173 63 253 0.32 0.75 0 0.01 274.74 0.98 0.62
Hex AD 3F FD 20 4B 0 1 113 62 3E
Octal 255 77 375 40 113 0 1 423 142 76
Binary 10101101 111111 11111101 100000 1001011 0 1 100010011 1100010 111110

Color Harmonies of #AD3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FFD

Black with #AD3FFD

Text Example


Text Example

White with #AD3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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