Html Css Color HEX #AE42CB Medium Orchid

📋 copy color: '#AE42CB'

red 174 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #AE42CB

Tints of Medium Orchid #AE42CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.9%

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

R = 39.28%
G = 14.9%
B = 45.82%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE42CB (or 0xAE42CB) is known color: Medium Orchid. HEX triplet: AE, 42 and CB. RGB value is (174,66,203). Sum of RGB (Red+Green+Blue) = 174+66+203=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42CB is #51BD34. Grayscale: #717171. Windows color (decimal): -5356853 or 13320878. OLE color: 13320878.

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

Color convert

RGB 174 66 203 -
CMYK 0.14 0.67 0 0.20
HSL 287.3º 0.57% 0.53% -
HSV(B) 287.3º 0.67% 0.8% -
XYZ 30.18 17.21 58.23 -
YUV 113.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 174 66 203 0.14 0.67 0 0.20 287.3 0.57 0.53
Hex AE 42 CB E 43 0 14 11F 39 35
Octal 256 102 313 16 103 0 24 437 71 65
Binary 10101110 1000010 11001011 1110 1000011 0 10100 100011111 111001 110101

Color Harmonies of #AE42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42CB

Black with #AE42CB

Text Example


Text Example

White with #AE42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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