Html Css Color HEX #AD3CFD Blue Violet

📋 copy color: '#AD3CFD'

red 173 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #AD3CFD

Tints of Blue Violet #AD3CFD

RGB

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

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

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

R = 35.6%
G = 12.35%
B = 52.06%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD3CFD (or 0xAD3CFD) is known color: Blue Violet. HEX triplet: AD, 3C and FD. RGB value is (173,60,253). Sum of RGB (Red+Green+Blue) = 173+60+253=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD3CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CFD is #52C302. Grayscale: #737373. Windows color (decimal): -5423875 or 16596141. OLE color: 16596141.

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

Color convert

RGB 173 60 253 -
CMYK 0.32 0.76 0 0.01
HSL 275.13º 0.98% 0.61% -
HSV(B) 275.13º 0.76% 0.99% -
XYZ 36.58 19.21 94.71 -
YUV 115.79 205.44 168.81 -
System Red Green Blue C M Y K H S L
Decimal 173 60 253 0.32 0.76 0 0.01 275.13 0.98 0.61
Hex AD 3C FD 20 4C 0 1 113 62 3D
Octal 255 74 375 40 114 0 1 423 142 75
Binary 10101101 111100 11111101 100000 1001100 0 1 100010011 1100010 111101

Color Harmonies of #AD3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CFD

Black with #AD3CFD

Text Example


Text Example

White with #AD3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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