Html Css Color HEX #AE67CC Medium Orchid

📋 copy color: '#AE67CC'

red 174 ◦ green 103 ◦ blue 204

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

Shades of Medium Orchid #AE67CC

Tints of Medium Orchid #AE67CC

RGB

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

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

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

R = 36.17%
G = 21.41%
B = 42.41%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE67CC (or 0xAE67CC) is known color: Medium Orchid. HEX triplet: AE, 67 and CC. RGB value is (174,103,204). Sum of RGB (Red+Green+Blue) = 174+103+204=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67CC is #519833. Grayscale: #878787. Windows color (decimal): -5347380 or 13395886. OLE color: 13395886.

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

Color convert

RGB 174 103 204 -
CMYK 0.15 0.50 0 0.2
HSL 282.18º 0.5% 0.6% -
HSV(B) 282.18º 0.5% 0.8% -
XYZ 33.2 23.06 59.83 -
YUV 135.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 174 103 204 0.15 0.50 0 0.2 282.18 0.5 0.6
Hex AE 67 CC F 32 0 14 11A 32 3C
Octal 256 147 314 17 62 0 24 432 62 74
Binary 10101110 1100111 11001100 1111 110010 0 10100 100011010 110010 111100

Color Harmonies of #AE67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE67CC

Black with #AE67CC

Text Example


Text Example

White with #AE67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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