Html Css Color HEX #AD2CFC Blue Violet

📋 copy color: '#AD2CFC'

red 173 ◦ green 44 ◦ blue 252

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

Shades of Blue Violet #AD2CFC

Tints of Blue Violet #AD2CFC

RGB

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

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

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

R = 36.89%
G = 9.38%
B = 53.73%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD2CFC (or 0xAD2CFC) is known color: Blue Violet. HEX triplet: AD, 2C and FC. RGB value is (173,44,252). Sum of RGB (Red+Green+Blue) = 173+44+252=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD2CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CFC is #52D303. Grayscale: #696969. Windows color (decimal): -5427972 or 16526509. OLE color: 16526509.

HSL color Cylindrical-coordinate representation of color #AD2CFC: hue angle of 277.21º degrees, saturation: 0.97, 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 #AD2CFC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 44 252 -
CMYK 0.31 0.83 0 0.01
HSL 277.21º 0.97% 0.58% -
HSV(B) 277.21º 0.83% 0.99% -
XYZ 35.7 17.71 93.63 -
YUV 106.28 210.24 175.59 -
System Red Green Blue C M Y K H S L
Decimal 173 44 252 0.31 0.83 0 0.01 277.21 0.97 0.58
Hex AD 2C FC 1F 53 0 1 115 61 3A
Octal 255 54 374 37 123 0 1 425 141 72
Binary 10101101 101100 11111100 11111 1010011 0 1 100010101 1100001 111010

Color Harmonies of #AD2CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CFC

Black with #AD2CFC

Text Example


Text Example

White with #AD2CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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