Html Css Color HEX #AE4CEE Medium Orchid

📋 copy color: '#AE4CEE'

red 174 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #AE4CEE

Tints of Medium Orchid #AE4CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 35.66%
G = 15.57%
B = 48.77%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE4CEE (or 0xAE4CEE) is known color: Medium Orchid. HEX triplet: AE, 4C and EE. RGB value is (174,76,238). Sum of RGB (Red+Green+Blue) = 174+76+238=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CEE is #51B311. Grayscale: #7B7B7B. Windows color (decimal): -5354258 or 15617198. OLE color: 15617198.

HSL color Cylindrical-coordinate representation of color #AE4CEE: hue angle of 276.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4CEE is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 76 238 -
CMYK 0.27 0.68 0 0.07
HSL 276.3º 0.83% 0.62% -
HSV(B) 276.3º 0.68% 0.93% -
XYZ 35.47 20.34 82.95 -
YUV 123.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 174 76 238 0.27 0.68 0 0.07 276.3 0.83 0.62
Hex AE 4C EE 1B 44 0 7 114 53 3E
Octal 256 114 356 33 104 0 7 424 123 76
Binary 10101110 1001100 11101110 11011 1000100 0 111 100010100 1010011 111110

Color Harmonies of #AE4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CEE

Black with #AE4CEE

Text Example


Text Example

White with #AE4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CEE; }

 p { color: rgb(174,76,238); }

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

background-color css

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

 a { background-color: rgb(174,76,238); }

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

border-color css

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

 span { border-color: rgb(174,76,238); }

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