Html Css Color HEX #AD3DFF Blue Violet

📋 copy color: '#AD3DFF'

red 173 ◦ green 61 ◦ blue 255

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

Shades of Blue Violet #AD3DFF

Tints of Blue Violet #AD3DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 35.38%
G = 12.47%
B = 52.15%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD3DFF (or 0xAD3DFF) is known color: Blue Violet. HEX triplet: AD, 3D and FF. RGB value is (173,61,255). Sum of RGB (Red+Green+Blue) = 173+61+255=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD3DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DFF is #52C200. Grayscale: #737373. Windows color (decimal): -5423617 or 16727469. OLE color: 16727469.

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

Color convert

RGB 173 61 255 -
CMYK 0.32 0.76 0 0
HSL 274.64º 1% 0.62% -
HSV(B) 274.64º 0.76% 1% -
XYZ 36.95 19.44 96.41 -
YUV 116.6 206.11 168.23 -
System Red Green Blue C M Y K H S L
Decimal 173 61 255 0.32 0.76 0 0 274.64 1 0.62
Hex AD 3D FF 20 4C 0 0 113 64 3E
Octal 255 75 377 40 114 0 0 423 144 76
Binary 10101101 111101 11111111 100000 1001100 0 0 100010011 1100100 111110

Color Harmonies of #AD3DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DFF

Black with #AD3DFF

Text Example


Text Example

White with #AD3DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DFF; }

 p { color: rgb(173,61,255); }

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

background-color css

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

 a { background-color: rgb(173,61,255); }

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

border-color css

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

 span { border-color: rgb(173,61,255); }

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