Html Css Color HEX #AD34F6 Blue Violet

📋 copy color: '#AD34F6'

red 173 ◦ green 52 ◦ blue 246

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

Shades of Blue Violet #AD34F6

Tints of Blue Violet #AD34F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 36.73%
G = 11.04%
B = 52.23%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD34F6 (or 0xAD34F6) is known color: Blue Violet. HEX triplet: AD, 34 and F6. RGB value is (173,52,246). Sum of RGB (Red+Green+Blue) = 173+52+246=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD34F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34F6 is #52CB09. Grayscale: #6D6D6D. Windows color (decimal): -5425930 or 16135341. OLE color: 16135341.

HSL color Cylindrical-coordinate representation of color #AD34F6: hue angle of 277.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD34F6 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 52 246 -
CMYK 0.30 0.79 0 0.04
HSL 277.42º 0.92% 0.58% -
HSV(B) 277.42º 0.79% 0.96% -
XYZ 35.1 17.99 88.81 -
YUV 110.3 204.59 172.73 -
System Red Green Blue C M Y K H S L
Decimal 173 52 246 0.30 0.79 0 0.04 277.42 0.92 0.58
Hex AD 34 F6 1E 4F 0 4 115 5C 3A
Octal 255 64 366 36 117 0 4 425 134 72
Binary 10101101 110100 11110110 11110 1001111 0 100 100010101 1011100 111010

Color Harmonies of #AD34F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34F6

Black with #AD34F6

Text Example


Text Example

White with #AD34F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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