Html Css Color HEX #AE44CB Medium Orchid

📋 copy color: '#AE44CB'

red 174 ◦ green 68 ◦ blue 203

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

Shades of Medium Orchid #AE44CB

Tints of Medium Orchid #AE44CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.28%

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

R = 39.1%
G = 15.28%
B = 45.62%

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

#AE44CB (or 0xAE44CB) is known color: Medium Orchid. HEX triplet: AE, 44 and CB. RGB value is (174,68,203). Sum of RGB (Red+Green+Blue) = 174+68+203=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE44CB is #51BB34. Grayscale: #727272. Windows color (decimal): -5356341 or 13321390. OLE color: 13321390.

HSL color Cylindrical-coordinate representation of color #AE44CB: hue angle of 287.11º degrees, saturation: 0.56, 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 #AE44CB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 68 203 -
CMYK 0.14 0.67 0 0.20
HSL 287.11º 0.56% 0.53% -
HSV(B) 287.11º 0.67% 0.8% -
XYZ 30.3 17.44 58.27 -
YUV 115.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 174 68 203 0.14 0.67 0 0.20 287.11 0.56 0.53
Hex AE 44 CB E 43 0 14 11F 38 35
Octal 256 104 313 16 103 0 24 437 70 65
Binary 10101110 1000100 11001011 1110 1000011 0 10100 100011111 111000 110101

Color Harmonies of #AE44CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE44CB

Black with #AE44CB

Text Example


Text Example

White with #AE44CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE44CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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