Html Css Color HEX #AE3AD3 Dark Orchid

📋 copy color: '#AE3AD3'

red 174 ◦ green 58 ◦ blue 211

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

Shades of Dark Orchid #AE3AD3

Tints of Dark Orchid #AE3AD3

RGB

 RED value IS 174 (68.36% from 255) = 39.28%

 GREEN value IS 58 (23.05% from 255) = 13.09%

 BLUE value IS 211 (82.81% from 255) = 47.63%

R = 39.28%
G = 13.09%
B = 47.63%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AE3AD3 (or 0xAE3AD3) is known color: Dark Orchid. HEX triplet: AE, 3A and D3. RGB value is (174,58,211). Sum of RGB (Red+Green+Blue) = 174+58+211=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE3AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3AD3 is #51C52C. Grayscale: #6D6D6D. Windows color (decimal): -5358893 or 13843118. OLE color: 13843118.

HSL color Cylindrical-coordinate representation of color #AE3AD3: hue angle of 285.49º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE3AD3 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 58 211 -
CMYK 0.18 0.73 0 0.17
HSL 285.49º 0.63% 0.53% -
HSV(B) 285.49º 0.73% 0.83% -
XYZ 30.73 16.73 63.24 -
YUV 110.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 174 58 211 0.18 0.73 0 0.17 285.49 0.63 0.53
Hex AE 3A D3 12 49 0 11 11D 3F 35
Octal 256 72 323 22 111 0 21 435 77 65
Binary 10101110 111010 11010011 10010 1001001 0 10001 100011101 111111 110101

Color Harmonies of #AE3AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3AD3

Black with #AE3AD3

Text Example


Text Example

White with #AE3AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3AD3; }

 p { color: rgb(174,58,211); }

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

background-color css

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

 a { background-color: rgb(174,58,211); }

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

border-color css

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

 span { border-color: rgb(174,58,211); }

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