Html Css Color HEX #AD2EFF Blue Violet

📋 copy color: '#AD2EFF'

red 173 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #AD2EFF

Tints of Blue Violet #AD2EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.7%

 BLUE value IS 255 (100% from 255) = 53.8%

R = 36.5%
G = 9.7%
B = 53.8%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD2EFF (or 0xAD2EFF) is known color: Blue Violet. HEX triplet: AD, 2E and FF. RGB value is (173,46,255). Sum of RGB (Red+Green+Blue) = 173+46+255=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EFF is #52D100. Grayscale: #6B6B6B. Windows color (decimal): -5427457 or 16723629. OLE color: 16723629.

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

Color convert

RGB 173 46 255 -
CMYK 0.32 0.82 0 0
HSL 276.46º 1% 0.59% -
HSV(B) 276.46º 0.82% 1% -
XYZ 36.26 18.06 96.18 -
YUV 107.8 211.08 174.51 -
System Red Green Blue C M Y K H S L
Decimal 173 46 255 0.32 0.82 0 0 276.46 1 0.59
Hex AD 2E FF 20 52 0 0 114 64 3B
Octal 255 56 377 40 122 0 0 424 144 73
Binary 10101101 101110 11111111 100000 1010010 0 0 100010100 1100100 111011

Color Harmonies of #AD2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EFF

Black with #AD2EFF

Text Example


Text Example

White with #AD2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EFF; }

 p { color: rgb(173,46,255); }

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

background-color css

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

 a { background-color: rgb(173,46,255); }

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

border-color css

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

 span { border-color: rgb(173,46,255); }

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