Html Css Color HEX #AD34FD Blue Violet

📋 copy color: '#AD34FD'

red 173 ◦ green 52 ◦ blue 253

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

Shades of Blue Violet #AD34FD

Tints of Blue Violet #AD34FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 36.19%
G = 10.88%
B = 52.93%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD34FD (or 0xAD34FD) is known color: Blue Violet. HEX triplet: AD, 34 and FD. RGB value is (173,52,253). Sum of RGB (Red+Green+Blue) = 173+52+253=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD34FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34FD is #52CB02. Grayscale: #6E6E6E. Windows color (decimal): -5425923 or 16594093. OLE color: 16594093.

HSL color Cylindrical-coordinate representation of color #AD34FD: hue angle of 276.12º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD34FD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 52 253 -
CMYK 0.32 0.79 0 0.01
HSL 276.12º 0.98% 0.6% -
HSV(B) 276.12º 0.79% 0.99% -
XYZ 36.19 18.43 94.58 -
YUV 111.09 208.09 172.16 -
System Red Green Blue C M Y K H S L
Decimal 173 52 253 0.32 0.79 0 0.01 276.12 0.98 0.6
Hex AD 34 FD 20 4F 0 1 114 62 3C
Octal 255 64 375 40 117 0 1 424 142 74
Binary 10101101 110100 11111101 100000 1001111 0 1 100010100 1100010 111100

Color Harmonies of #AD34FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34FD

Black with #AD34FD

Text Example


Text Example

White with #AD34FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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