Html Css Color HEX #AD35FF Blue Violet

📋 copy color: '#AD35FF'

red 173 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #AD35FF

Tints of Blue Violet #AD35FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.02%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 35.97%
G = 11.02%
B = 53.01%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD35FF (or 0xAD35FF) is known color: Blue Violet. HEX triplet: AD, 35 and FF. RGB value is (173,53,255). Sum of RGB (Red+Green+Blue) = 173+53+255=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD35FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD35FF is #52CA00. Grayscale: #6F6F6F. Windows color (decimal): -5425665 or 16725421. OLE color: 16725421.

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

Color convert

RGB 173 53 255 -
CMYK 0.32 0.79 0 0
HSL 275.64º 1% 0.6% -
HSV(B) 275.64º 0.79% 1% -
XYZ 36.56 18.65 96.28 -
YUV 111.91 208.76 171.57 -
System Red Green Blue C M Y K H S L
Decimal 173 53 255 0.32 0.79 0 0 275.64 1 0.6
Hex AD 35 FF 20 4F 0 0 114 64 3C
Octal 255 65 377 40 117 0 0 424 144 74
Binary 10101101 110101 11111111 100000 1001111 0 0 100010100 1100100 111100

Color Harmonies of #AD35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD35FF

Black with #AD35FF

Text Example


Text Example

White with #AD35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD35FF; }

 p { color: rgb(173,53,255); }

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

background-color css

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

 a { background-color: rgb(173,53,255); }

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

border-color css

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

 span { border-color: rgb(173,53,255); }

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