Html Css Color HEX #AE32CB Dark Orchid

📋 copy color: '#AE32CB'

red 174 ◦ green 50 ◦ blue 203

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

Shades of Dark Orchid #AE32CB

Tints of Dark Orchid #AE32CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 40.75%
G = 11.71%
B = 47.54%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE32CB (or 0xAE32CB) is known color: Dark Orchid. HEX triplet: AE, 32 and CB. RGB value is (174,50,203). Sum of RGB (Red+Green+Blue) = 174+50+203=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE32CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32CB is #51CD34. Grayscale: #686868. Windows color (decimal): -5360949 or 13316782. OLE color: 13316782.

HSL color Cylindrical-coordinate representation of color #AE32CB: hue angle of 288.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE32CB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 50 203 -
CMYK 0.14 0.75 0 0.20
HSL 288.63º 0.6% 0.5% -
HSV(B) 288.63º 0.75% 0.8% -
XYZ 29.38 15.59 57.96 -
YUV 104.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 174 50 203 0.14 0.75 0 0.20 288.63 0.6 0.5
Hex AE 32 CB E 4B 0 14 121 3C 32
Octal 256 62 313 16 113 0 24 441 74 62
Binary 10101110 110010 11001011 1110 1001011 0 10100 100100001 111100 110010

Color Harmonies of #AE32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32CB

Black with #AE32CB

Text Example


Text Example

White with #AE32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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