Html Css Color HEX #AE32CC Dark Orchid

📋 copy color: '#AE32CC'

red 174 ◦ green 50 ◦ blue 204

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

Shades of Dark Orchid #AE32CC

Tints of Dark Orchid #AE32CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 40.65%
G = 11.68%
B = 47.66%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE32CC (or 0xAE32CC) is known color: Dark Orchid. HEX triplet: AE, 32 and CC. RGB value is (174,50,204). Sum of RGB (Red+Green+Blue) = 174+50+204=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE32CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32CC is #51CD33. Grayscale: #686868. Windows color (decimal): -5360948 or 13382318. OLE color: 13382318.

HSL color Cylindrical-coordinate representation of color #AE32CC: hue angle of 288.31º degrees, saturation: 0.61, 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 #AE32CC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 50 204 -
CMYK 0.15 0.75 0 0.2
HSL 288.31º 0.61% 0.5% -
HSV(B) 288.31º 0.75% 0.8% -
XYZ 29.5 15.64 58.59 -
YUV 104.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 174 50 204 0.15 0.75 0 0.2 288.31 0.61 0.5
Hex AE 32 CC F 4B 0 14 120 3D 32
Octal 256 62 314 17 113 0 24 440 75 62
Binary 10101110 110010 11001100 1111 1001011 0 10100 100100000 111101 110010

Color Harmonies of #AE32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32CC

Black with #AE32CC

Text Example


Text Example

White with #AE32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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