Html Css Color HEX #AD3CFA Blue Violet

📋 copy color: '#AD3CFA'

red 173 ◦ green 60 ◦ blue 250

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

Shades of Blue Violet #AD3CFA

Tints of Blue Violet #AD3CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 35.82%
G = 12.42%
B = 51.76%

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

#AD3CFA (or 0xAD3CFA) is known color: Blue Violet. HEX triplet: AD, 3C and FA. RGB value is (173,60,250). Sum of RGB (Red+Green+Blue) = 173+60+250=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD3CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CFA is #52C305. Grayscale: #727272. Windows color (decimal): -5423878 or 16399533. OLE color: 16399533.

HSL color Cylindrical-coordinate representation of color #AD3CFA: hue angle of 275.68º degrees, saturation: 0.95, 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 #AD3CFA is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 60 250 -
CMYK 0.31 0.76 0 0.02
HSL 275.68º 0.95% 0.61% -
HSV(B) 275.68º 0.76% 0.98% -
XYZ 36.1 19.02 92.21 -
YUV 115.45 203.94 169.05 -
System Red Green Blue C M Y K H S L
Decimal 173 60 250 0.31 0.76 0 0.02 275.68 0.95 0.61
Hex AD 3C FA 1F 4C 0 2 114 5F 3D
Octal 255 74 372 37 114 0 2 424 137 75
Binary 10101101 111100 11111010 11111 1001100 0 10 100010100 1011111 111101

Color Harmonies of #AD3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CFA

Black with #AD3CFA

Text Example


Text Example

White with #AD3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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