Html Css Color HEX #AE33D1 Dark Orchid

📋 copy color: '#AE33D1'

red 174 ◦ green 51 ◦ blue 209

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

Shades of Dark Orchid #AE33D1

Tints of Dark Orchid #AE33D1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.75%

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 40.09%
G = 11.75%
B = 48.16%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE33D1 (or 0xAE33D1) is known color: Dark Orchid. HEX triplet: AE, 33 and D1. RGB value is (174,51,209). Sum of RGB (Red+Green+Blue) = 174+51+209=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE33D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE33D1 is #51CC2E. Grayscale: #696969. Windows color (decimal): -5360687 or 13710254. OLE color: 13710254.

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

Color convert

RGB 174 51 209 -
CMYK 0.17 0.76 0 0.18
HSL 286.71º 0.63% 0.51% -
HSV(B) 286.71º 0.76% 0.82% -
XYZ 30.15 15.97 61.82 -
YUV 105.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 174 51 209 0.17 0.76 0 0.18 286.71 0.63 0.51
Hex AE 33 D1 11 4C 0 12 11F 3F 33
Octal 256 63 321 21 114 0 22 437 77 63
Binary 10101110 110011 11010001 10001 1001100 0 10010 100011111 111111 110011

Color Harmonies of #AE33D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE33D1

Black with #AE33D1

Text Example


Text Example

White with #AE33D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE33D1; }

 p { color: rgb(174,51,209); }

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

background-color css

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

 a { background-color: rgb(174,51,209); }

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

border-color css

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

 span { border-color: rgb(174,51,209); }

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