Html Css Color HEX #AD34F8 Blue Violet

📋 copy color: '#AD34F8'

red 173 ◦ green 52 ◦ blue 248

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

Shades of Blue Violet #AD34F8

Tints of Blue Violet #AD34F8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.99%

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

R = 36.58%
G = 10.99%
B = 52.43%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD34F8 (or 0xAD34F8) is known color: Blue Violet. HEX triplet: AD, 34 and F8. RGB value is (173,52,248). Sum of RGB (Red+Green+Blue) = 173+52+248=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD34F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34F8 is #52CB07. Grayscale: #6D6D6D. Windows color (decimal): -5425928 or 16266413. OLE color: 16266413.

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

Color convert

RGB 173 52 248 -
CMYK 0.30 0.79 0 0.03
HSL 277.04º 0.93% 0.59% -
HSV(B) 277.04º 0.79% 0.97% -
XYZ 35.4 18.12 90.44 -
YUV 110.52 205.59 172.56 -
System Red Green Blue C M Y K H S L
Decimal 173 52 248 0.30 0.79 0 0.03 277.04 0.93 0.59
Hex AD 34 F8 1E 4F 0 3 115 5D 3B
Octal 255 64 370 36 117 0 3 425 135 73
Binary 10101101 110100 11111000 11110 1001111 0 11 100010101 1011101 111011

Color Harmonies of #AD34F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34F8

Black with #AD34F8

Text Example


Text Example

White with #AD34F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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