Html Css Color HEX #AD38F8 Blue Violet

📋 copy color: '#AD38F8'

red 173 ◦ green 56 ◦ blue 248

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

Shades of Blue Violet #AD38F8

Tints of Blue Violet #AD38F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 36.27%
G = 11.74%
B = 51.99%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD38F8 (or 0xAD38F8) is known color: Blue Violet. HEX triplet: AD, 38 and F8. RGB value is (173,56,248). Sum of RGB (Red+Green+Blue) = 173+56+248=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD38F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38F8 is #52C707. Grayscale: #707070. Windows color (decimal): -5424904 or 16267437. OLE color: 16267437.

HSL color Cylindrical-coordinate representation of color #AD38F8: hue angle of 276.56º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD38F8 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 56 248 -
CMYK 0.30 0.77 0 0.03
HSL 276.56º 0.93% 0.6% -
HSV(B) 276.56º 0.77% 0.97% -
XYZ 35.59 18.49 90.5 -
YUV 112.87 204.26 170.89 -
System Red Green Blue C M Y K H S L
Decimal 173 56 248 0.30 0.77 0 0.03 276.56 0.93 0.6
Hex AD 38 F8 1E 4D 0 3 115 5D 3C
Octal 255 70 370 36 115 0 3 425 135 74
Binary 10101101 111000 11111000 11110 1001101 0 11 100010101 1011101 111100

Color Harmonies of #AD38F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD38F8

Black with #AD38F8

Text Example


Text Example

White with #AD38F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD38F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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