Html Css Color HEX #AD2EFA Blue Violet

📋 copy color: '#AD2EFA'

red 173 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #AD2EFA

Tints of Blue Violet #AD2EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 36.89%
G = 9.81%
B = 53.3%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD2EFA (or 0xAD2EFA) is known color: Blue Violet. HEX triplet: AD, 2E and FA. RGB value is (173,46,250). Sum of RGB (Red+Green+Blue) = 173+46+250=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD2EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EFA is #52D105. Grayscale: #6A6A6A. Windows color (decimal): -5427462 or 16395949. OLE color: 16395949.

HSL color Cylindrical-coordinate representation of color #AD2EFA: hue angle of 277.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2EFA is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 46 250 -
CMYK 0.31 0.82 0 0.02
HSL 277.35º 0.95% 0.58% -
HSV(B) 277.35º 0.82% 0.98% -
XYZ 35.47 17.74 92 -
YUV 107.23 208.58 174.91 -
System Red Green Blue C M Y K H S L
Decimal 173 46 250 0.31 0.82 0 0.02 277.35 0.95 0.58
Hex AD 2E FA 1F 52 0 2 115 5F 3A
Octal 255 56 372 37 122 0 2 425 137 72
Binary 10101101 101110 11111010 11111 1010010 0 10 100010101 1011111 111010

Color Harmonies of #AD2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EFA

Black with #AD2EFA

Text Example


Text Example

White with #AD2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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