Html Css Color HEX #AD3CE9 Dark Orchid

📋 copy color: '#AD3CE9'

red 173 ◦ green 60 ◦ blue 233

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

Shades of Dark Orchid #AD3CE9

Tints of Dark Orchid #AD3CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50%

R = 37.12%
G = 12.88%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD3CE9 (or 0xAD3CE9) is known color: Dark Orchid. HEX triplet: AD, 3C and E9. RGB value is (173,60,233). Sum of RGB (Red+Green+Blue) = 173+60+233=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD3CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CE9 is #52C316. Grayscale: #707070. Windows color (decimal): -5423895 or 15285421. OLE color: 15285421.

HSL color Cylindrical-coordinate representation of color #AD3CE9: hue angle of 279.19º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3CE9 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 60 233 -
CMYK 0.26 0.74 0 0.09
HSL 279.19º 0.8% 0.57% -
HSV(B) 279.19º 0.74% 0.91% -
XYZ 33.56 18 78.8 -
YUV 113.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 173 60 233 0.26 0.74 0 0.09 279.19 0.8 0.57
Hex AD 3C E9 1A 4A 0 9 117 50 39
Octal 255 74 351 32 112 0 11 427 120 71
Binary 10101101 111100 11101001 11010 1001010 0 1001 100010111 1010000 111001

Color Harmonies of #AD3CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CE9

Black with #AD3CE9

Text Example


Text Example

White with #AD3CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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