Html Css Color HEX #AD42FD Blue Violet

📋 copy color: '#AD42FD'

red 173 ◦ green 66 ◦ blue 253

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

Shades of Blue Violet #AD42FD

Tints of Blue Violet #AD42FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.41%

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

R = 35.16%
G = 13.41%
B = 51.42%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD42FD (or 0xAD42FD) is known color: Blue Violet. HEX triplet: AD, 42 and FD. RGB value is (173,66,253). Sum of RGB (Red+Green+Blue) = 173+66+253=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42FD is #52BD02. Grayscale: #767676. Windows color (decimal): -5422339 or 16597677. OLE color: 16597677.

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

Color convert

RGB 173 66 253 -
CMYK 0.32 0.74 0 0.01
HSL 274.33º 0.98% 0.63% -
HSV(B) 274.33º 0.74% 0.99% -
XYZ 36.91 19.87 94.82 -
YUV 119.31 203.45 166.29 -
System Red Green Blue C M Y K H S L
Decimal 173 66 253 0.32 0.74 0 0.01 274.33 0.98 0.63
Hex AD 42 FD 20 4A 0 1 112 62 3F
Octal 255 102 375 40 112 0 1 422 142 77
Binary 10101101 1000010 11111101 100000 1001010 0 1 100010010 1100010 111111

Color Harmonies of #AD42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42FD

Black with #AD42FD

Text Example


Text Example

White with #AD42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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