Html Css Color HEX #AE32BC Dark Orchid

📋 copy color: '#AE32BC'

red 174 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #AE32BC

Tints of Dark Orchid #AE32BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

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

R = 42.23%
G = 12.14%
B = 45.63%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE32BC (or 0xAE32BC) is known color: Dark Orchid. HEX triplet: AE, 32 and BC. RGB value is (174,50,188). Sum of RGB (Red+Green+Blue) = 174+50+188=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE32BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32BC is #51CD43. Grayscale: #666666. Windows color (decimal): -5360964 or 12333742. OLE color: 12333742.

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

Color convert

RGB 174 50 188 -
CMYK 0.07 0.73 0 0.26
HSL 293.91º 0.58% 0.47% -
HSV(B) 293.91º 0.73% 0.74% -
XYZ 27.67 14.91 49 -
YUV 102.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 174 50 188 0.07 0.73 0 0.26 293.91 0.58 0.47
Hex AE 32 BC 7 49 0 1A 126 3A 2F
Octal 256 62 274 7 111 0 32 446 72 57
Binary 10101110 110010 10111100 111 1001001 0 11010 100100110 111010 101111

Color Harmonies of #AE32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32BC

Black with #AE32BC

Text Example


Text Example

White with #AE32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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