Html Css Color HEX #AE41CC Medium Orchid

📋 copy color: '#AE41CC'

red 174 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #AE41CC

Tints of Medium Orchid #AE41CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.67%

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

R = 39.28%
G = 14.67%
B = 46.05%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE41CC (or 0xAE41CC) is known color: Medium Orchid. HEX triplet: AE, 41 and CC. RGB value is (174,65,204). Sum of RGB (Red+Green+Blue) = 174+65+204=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41CC is #51BE33. Grayscale: #707070. Windows color (decimal): -5357108 or 13386158. OLE color: 13386158.

HSL color Cylindrical-coordinate representation of color #AE41CC: hue angle of 287.05º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE41CC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 65 204 -
CMYK 0.15 0.68 0 0.2
HSL 287.05º 0.58% 0.53% -
HSV(B) 287.05º 0.68% 0.8% -
XYZ 30.24 17.14 58.84 -
YUV 113.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 174 65 204 0.15 0.68 0 0.2 287.05 0.58 0.53
Hex AE 41 CC F 44 0 14 11F 3A 35
Octal 256 101 314 17 104 0 24 437 72 65
Binary 10101110 1000001 11001100 1111 1000100 0 10100 100011111 111010 110101

Color Harmonies of #AE41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41CC

Black with #AE41CC

Text Example


Text Example

White with #AE41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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