Html Css Color HEX #AD3CFB Blue Violet

📋 copy color: '#AD3CFB'

red 173 ◦ green 60 ◦ blue 251

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

Shades of Blue Violet #AD3CFB

Tints of Blue Violet #AD3CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.4%

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 35.74%
G = 12.4%
B = 51.86%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD3CFB (or 0xAD3CFB) is known color: Blue Violet. HEX triplet: AD, 3C and FB. RGB value is (173,60,251). Sum of RGB (Red+Green+Blue) = 173+60+251=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD3CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CFB is #52C304. Grayscale: #727272. Windows color (decimal): -5423877 or 16465069. OLE color: 16465069.

HSL color Cylindrical-coordinate representation of color #AD3CFB: hue angle of 275.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3CFB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 60 251 -
CMYK 0.31 0.76 0 0.02
HSL 275.5º 0.96% 0.61% -
HSV(B) 275.5º 0.76% 0.98% -
XYZ 36.26 19.08 93.04 -
YUV 115.56 204.44 168.97 -
System Red Green Blue C M Y K H S L
Decimal 173 60 251 0.31 0.76 0 0.02 275.5 0.96 0.61
Hex AD 3C FB 1F 4C 0 2 113 60 3D
Octal 255 74 373 37 114 0 2 423 140 75
Binary 10101101 111100 11111011 11111 1001100 0 10 100010011 1100000 111101

Color Harmonies of #AD3CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CFB

Black with #AD3CFB

Text Example


Text Example

White with #AD3CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CFB; }

 p { color: rgb(173,60,251); }

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

background-color css

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

 a { background-color: rgb(173,60,251); }

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

border-color css

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

 span { border-color: rgb(173,60,251); }

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