Html Css Color HEX #AE20BC Dark Orchid

📋 copy color: '#AE20BC'

red 174 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #AE20BC

Tints of Dark Orchid #AE20BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 44.16%
G = 8.12%
B = 47.72%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE20BC (or 0xAE20BC) is known color: Dark Orchid. HEX triplet: AE, 20 and BC. RGB value is (174,32,188). Sum of RGB (Red+Green+Blue) = 174+32+188=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20BC is #51DF43. Grayscale: #5B5B5B. Windows color (decimal): -5365572 or 12329134. OLE color: 12329134.

HSL color Cylindrical-coordinate representation of color #AE20BC: hue angle of 294.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE20BC is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 32 188 -
CMYK 0.07 0.83 0 0.26
HSL 294.62º 0.71% 0.43% -
HSV(B) 294.62º 0.83% 0.74% -
XYZ 27.05 13.66 48.79 -
YUV 92.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 174 32 188 0.07 0.83 0 0.26 294.62 0.71 0.43
Hex AE 20 BC 7 53 0 1A 127 47 2B
Octal 256 40 274 7 123 0 32 447 107 53
Binary 10101110 100000 10111100 111 1010011 0 11010 100100111 1000111 101011

Color Harmonies of #AE20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20BC

Black with #AE20BC

Text Example


Text Example

White with #AE20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20BC; }

 p { color: rgb(174,32,188); }

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

background-color css

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

 a { background-color: rgb(174,32,188); }

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

border-color css

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

 span { border-color: rgb(174,32,188); }

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