Html Css Color HEX #AD28FC Blue Violet

📋 copy color: '#AD28FC'

red 173 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #AD28FC

Tints of Blue Violet #AD28FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.6%

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

R = 37.2%
G = 8.6%
B = 54.19%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD28FC (or 0xAD28FC) is known color: Blue Violet. HEX triplet: AD, 28 and FC. RGB value is (173,40,252). Sum of RGB (Red+Green+Blue) = 173+40+252=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD28FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28FC is #52D703. Grayscale: #676767. Windows color (decimal): -5428996 or 16525485. OLE color: 16525485.

HSL color Cylindrical-coordinate representation of color #AD28FC: hue angle of 277.64º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD28FC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 40 252 -
CMYK 0.31 0.84 0 0.01
HSL 277.64º 0.97% 0.57% -
HSV(B) 277.64º 0.84% 0.99% -
XYZ 35.56 17.43 93.59 -
YUV 103.94 211.56 177.26 -
System Red Green Blue C M Y K H S L
Decimal 173 40 252 0.31 0.84 0 0.01 277.64 0.97 0.57
Hex AD 28 FC 1F 54 0 1 116 61 39
Octal 255 50 374 37 124 0 1 426 141 71
Binary 10101101 101000 11111100 11111 1010100 0 1 100010110 1100001 111001

Color Harmonies of #AD28FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28FC

Black with #AD28FC

Text Example


Text Example

White with #AD28FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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