Html Css Color HEX #AE3BCD Dark Orchid

📋 copy color: '#AE3BCD'

red 174 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #AE3BCD

Tints of Dark Orchid #AE3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.47%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 39.73%
G = 13.47%
B = 46.8%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE3BCD (or 0xAE3BCD) is known color: Dark Orchid. HEX triplet: AE, 3B and CD. RGB value is (174,59,205). Sum of RGB (Red+Green+Blue) = 174+59+205=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3BCD is #51C432. Grayscale: #6D6D6D. Windows color (decimal): -5358643 or 13450158. OLE color: 13450158.

HSL color Cylindrical-coordinate representation of color #AE3BCD: hue angle of 287.26º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3BCD is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 59 205 -
CMYK 0.15 0.71 0 0.20
HSL 287.26º 0.59% 0.52% -
HSV(B) 287.26º 0.71% 0.8% -
XYZ 30.04 16.53 59.37 -
YUV 110.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 174 59 205 0.15 0.71 0 0.20 287.26 0.59 0.52
Hex AE 3B CD F 47 0 14 11F 3B 34
Octal 256 73 315 17 107 0 24 437 73 64
Binary 10101110 111011 11001101 1111 1000111 0 10100 100011111 111011 110100

Color Harmonies of #AE3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3BCD

Black with #AE3BCD

Text Example


Text Example

White with #AE3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3BCD; }

 p { color: rgb(174,59,205); }

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

background-color css

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

 a { background-color: rgb(174,59,205); }

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

border-color css

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

 span { border-color: rgb(174,59,205); }

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