Html Css Color HEX #AE42CA Medium Orchid

📋 copy color: '#AE42CA'

red 174 ◦ green 66 ◦ blue 202

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

Shades of Medium Orchid #AE42CA

Tints of Medium Orchid #AE42CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 39.37%
G = 14.93%
B = 45.7%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE42CA (or 0xAE42CA) is known color: Medium Orchid. HEX triplet: AE, 42 and CA. RGB value is (174,66,202). Sum of RGB (Red+Green+Blue) = 174+66+202=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42CA is #51BD35. Grayscale: #717171. Windows color (decimal): -5356854 or 13255342. OLE color: 13255342.

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

Color convert

RGB 174 66 202 -
CMYK 0.14 0.67 0 0.21
HSL 287.65º 0.56% 0.53% -
HSV(B) 287.65º 0.67% 0.79% -
XYZ 30.06 17.16 57.6 -
YUV 113.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 174 66 202 0.14 0.67 0 0.21 287.65 0.56 0.53
Hex AE 42 CA E 43 0 15 120 38 35
Octal 256 102 312 16 103 0 25 440 70 65
Binary 10101110 1000010 11001010 1110 1000011 0 10101 100100000 111000 110101

Color Harmonies of #AE42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42CA

Black with #AE42CA

Text Example


Text Example

White with #AE42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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