Html Css Color HEX #AE3DDD Dark Orchid

📋 copy color: '#AE3DDD'

red 174 ◦ green 61 ◦ blue 221

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

Shades of Dark Orchid #AE3DDD

Tints of Dark Orchid #AE3DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.38%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 38.16%
G = 13.38%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE3DDD (or 0xAE3DDD) is known color: Dark Orchid. HEX triplet: AE, 3D and DD. RGB value is (174,61,221). Sum of RGB (Red+Green+Blue) = 174+61+221=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE3DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3DDD is #51C222. Grayscale: #707070. Windows color (decimal): -5358115 or 14499246. OLE color: 14499246.

HSL color Cylindrical-coordinate representation of color #AE3DDD: hue angle of 282.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3DDD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 61 221 -
CMYK 0.21 0.72 0 0.13
HSL 282.38º 0.7% 0.55% -
HSV(B) 282.38º 0.72% 0.87% -
XYZ 32.18 17.56 70.1 -
YUV 113.03 188.94 171.49 -
System Red Green Blue C M Y K H S L
Decimal 174 61 221 0.21 0.72 0 0.13 282.38 0.7 0.55
Hex AE 3D DD 15 48 0 D 11A 46 37
Octal 256 75 335 25 110 0 15 432 106 67
Binary 10101110 111101 11011101 10101 1001000 0 1101 100011010 1000110 110111

Color Harmonies of #AE3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3DDD

Black with #AE3DDD

Text Example


Text Example

White with #AE3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3DDD; }

 p { color: rgb(174,61,221); }

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

background-color css

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

 a { background-color: rgb(174,61,221); }

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

border-color css

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

 span { border-color: rgb(174,61,221); }

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