Html Css Color HEX #AD2DFC Blue Violet

📋 copy color: '#AD2DFC'

red 173 ◦ green 45 ◦ blue 252

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

Shades of Blue Violet #AD2DFC

Tints of Blue Violet #AD2DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.57%

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 36.81%
G = 9.57%
B = 53.62%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD2DFC (or 0xAD2DFC) is known color: Blue Violet. HEX triplet: AD, 2D and FC. RGB value is (173,45,252). Sum of RGB (Red+Green+Blue) = 173+45+252=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD2DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DFC is #52D203. Grayscale: #6A6A6A. Windows color (decimal): -5427716 or 16526765. OLE color: 16526765.

HSL color Cylindrical-coordinate representation of color #AD2DFC: hue angle of 277.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2DFC is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 45 252 -
CMYK 0.31 0.82 0 0.01
HSL 277.1º 0.97% 0.58% -
HSV(B) 277.1º 0.82% 0.99% -
XYZ 35.74 17.79 93.65 -
YUV 106.87 209.91 175.17 -
System Red Green Blue C M Y K H S L
Decimal 173 45 252 0.31 0.82 0 0.01 277.1 0.97 0.58
Hex AD 2D FC 1F 52 0 1 115 61 3A
Octal 255 55 374 37 122 0 1 425 141 72
Binary 10101101 101101 11111100 11111 1010010 0 1 100010101 1100001 111010

Color Harmonies of #AD2DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DFC

Black with #AD2DFC

Text Example


Text Example

White with #AD2DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DFC; }

 p { color: rgb(173,45,252); }

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

background-color css

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

 a { background-color: rgb(173,45,252); }

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

border-color css

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

 span { border-color: rgb(173,45,252); }

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