Html Css Color HEX #AE67CA Medium Orchid

📋 copy color: '#AE67CA'

red 174 ◦ green 103 ◦ blue 202

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

Shades of Medium Orchid #AE67CA

Tints of Medium Orchid #AE67CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.5%

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

R = 36.33%
G = 21.5%
B = 42.17%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE67CA (or 0xAE67CA) is known color: Medium Orchid. HEX triplet: AE, 67 and CA. RGB value is (174,103,202). Sum of RGB (Red+Green+Blue) = 174+103+202=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE67CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67CA is #519835. Grayscale: #878787. Windows color (decimal): -5347382 or 13264814. OLE color: 13264814.

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

Color convert

RGB 174 103 202 -
CMYK 0.14 0.49 0 0.21
HSL 283.03º 0.48% 0.6% -
HSV(B) 283.03º 0.49% 0.79% -
XYZ 32.97 22.96 58.57 -
YUV 135.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 174 103 202 0.14 0.49 0 0.21 283.03 0.48 0.6
Hex AE 67 CA E 31 0 15 11B 30 3C
Octal 256 147 312 16 61 0 25 433 60 74
Binary 10101110 1100111 11001010 1110 110001 0 10101 100011011 110000 111100

Color Harmonies of #AE67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE67CA

Black with #AE67CA

Text Example


Text Example

White with #AE67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE67CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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