Html Css Color HEX #AD2CFD Blue Violet

📋 copy color: '#AD2CFD'

red 173 ◦ green 44 ◦ blue 253

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

Shades of Blue Violet #AD2CFD

Tints of Blue Violet #AD2CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.36%

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

R = 36.81%
G = 9.36%
B = 53.83%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD2CFD (or 0xAD2CFD) is known color: Blue Violet. HEX triplet: AD, 2C and FD. RGB value is (173,44,253). Sum of RGB (Red+Green+Blue) = 173+44+253=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD2CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CFD is #52D302. Grayscale: #696969. Windows color (decimal): -5427971 or 16592045. OLE color: 16592045.

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

Color convert

RGB 173 44 253 -
CMYK 0.32 0.83 0 0.01
HSL 277.03º 0.98% 0.58% -
HSV(B) 277.03º 0.83% 0.99% -
XYZ 35.86 17.78 94.47 -
YUV 106.4 210.74 175.51 -
System Red Green Blue C M Y K H S L
Decimal 173 44 253 0.32 0.83 0 0.01 277.03 0.98 0.58
Hex AD 2C FD 20 53 0 1 115 62 3A
Octal 255 54 375 40 123 0 1 425 142 72
Binary 10101101 101100 11111101 100000 1010011 0 1 100010101 1100010 111010

Color Harmonies of #AD2CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CFD

Black with #AD2CFD

Text Example


Text Example

White with #AD2CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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