Html Css Color HEX #AD38FE Blue Violet

📋 copy color: '#AD38FE'

red 173 ◦ green 56 ◦ blue 254

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

Shades of Blue Violet #AD38FE

Tints of Blue Violet #AD38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.59%

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

R = 35.82%
G = 11.59%
B = 52.59%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD38FE (or 0xAD38FE) is known color: Blue Violet. HEX triplet: AD, 38 and FE. RGB value is (173,56,254). Sum of RGB (Red+Green+Blue) = 173+56+254=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD38FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38FE is #52C701. Grayscale: #707070. Windows color (decimal): -5424898 or 16660653. OLE color: 16660653.

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

Color convert

RGB 173 56 254 -
CMYK 0.32 0.78 0 0.00
HSL 275.45º 0.99% 0.61% -
HSV(B) 275.45º 0.78% 1% -
XYZ 36.54 18.87 95.48 -
YUV 113.56 207.26 170.4 -
System Red Green Blue C M Y K H S L
Decimal 173 56 254 0.32 0.78 0 0.00 275.45 0.99 0.61
Hex AD 38 FE 20 4E 0 0 113 63 3D
Octal 255 70 376 40 116 0 0 423 143 75
Binary 10101101 111000 11111110 100000 1001110 0 0 100010011 1100011 111101

Color Harmonies of #AD38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD38FE

Black with #AD38FE

Text Example


Text Example

White with #AD38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD38FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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