Html Css Color HEX #AD2BFE Blue Violet

📋 copy color: '#AD2BFE'

red 173 ◦ green 43 ◦ blue 254

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

Shades of Blue Violet #AD2BFE

Tints of Blue Violet #AD2BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 36.81%
G = 9.15%
B = 54.04%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD2BFE (or 0xAD2BFE) is known color: Blue Violet. HEX triplet: AD, 2B and FE. RGB value is (173,43,254). Sum of RGB (Red+Green+Blue) = 173+43+254=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD2BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BFE is #52D401. Grayscale: #696969. Windows color (decimal): -5428226 or 16657325. OLE color: 16657325.

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

Color convert

RGB 173 43 254 -
CMYK 0.32 0.83 0 0.00
HSL 276.97º 0.99% 0.58% -
HSV(B) 276.97º 0.83% 1% -
XYZ 35.99 17.77 95.3 -
YUV 105.92 211.57 175.84 -
System Red Green Blue C M Y K H S L
Decimal 173 43 254 0.32 0.83 0 0.00 276.97 0.99 0.58
Hex AD 2B FE 20 53 0 0 115 63 3A
Octal 255 53 376 40 123 0 0 425 143 72
Binary 10101101 101011 11111110 100000 1010011 0 0 100010101 1100011 111010

Color Harmonies of #AD2BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BFE

Black with #AD2BFE

Text Example


Text Example

White with #AD2BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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