Html Css Color HEX #AD35CE Dark Orchid

📋 copy color: '#AD35CE'

red 173 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #AD35CE

Tints of Dark Orchid #AD35CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 40.05%
G = 12.27%
B = 47.69%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD35CE (or 0xAD35CE) is known color: Dark Orchid. HEX triplet: AD, 35 and CE. RGB value is (173,53,206). Sum of RGB (Red+Green+Blue) = 173+53+206=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD35CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35CE is #52CA31. Grayscale: #696969. Windows color (decimal): -5425714 or 13514157. OLE color: 13514157.

HSL color Cylindrical-coordinate representation of color #AD35CE: hue angle of 287.06º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD35CE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 53 206 -
CMYK 0.16 0.74 0 0.19
HSL 287.06º 0.61% 0.51% -
HSV(B) 287.06º 0.74% 0.81% -
XYZ 29.65 15.89 59.9 -
YUV 106.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 173 53 206 0.16 0.74 0 0.19 287.06 0.61 0.51
Hex AD 35 CE 10 4A 0 13 11F 3D 33
Octal 255 65 316 20 112 0 23 437 75 63
Binary 10101101 110101 11001110 10000 1001010 0 10011 100011111 111101 110011

Color Harmonies of #AD35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD35CE

Black with #AD35CE

Text Example


Text Example

White with #AD35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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