Html Css Color HEX #AD2BFC Blue Violet

📋 copy color: '#AD2BFC'

red 173 ◦ green 43 ◦ blue 252

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

Shades of Blue Violet #AD2BFC

Tints of Blue Violet #AD2BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.19%

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

R = 36.97%
G = 9.19%
B = 53.85%

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

#AD2BFC (or 0xAD2BFC) is known color: Blue Violet. HEX triplet: AD, 2B and FC. RGB value is (173,43,252). Sum of RGB (Red+Green+Blue) = 173+43+252=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD2BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BFC is #52D403. Grayscale: #686868. Windows color (decimal): -5428228 or 16526253. OLE color: 16526253.

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

Color convert

RGB 173 43 252 -
CMYK 0.31 0.83 0 0.01
HSL 277.32º 0.97% 0.58% -
HSV(B) 277.32º 0.83% 0.99% -
XYZ 35.67 17.64 93.62 -
YUV 105.7 210.57 176.01 -
System Red Green Blue C M Y K H S L
Decimal 173 43 252 0.31 0.83 0 0.01 277.32 0.97 0.58
Hex AD 2B FC 1F 53 0 1 115 61 3A
Octal 255 53 374 37 123 0 1 425 141 72
Binary 10101101 101011 11111100 11111 1010011 0 1 100010101 1100001 111010

Color Harmonies of #AD2BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BFC

Black with #AD2BFC

Text Example


Text Example

White with #AD2BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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