Html Css Color HEX #AF4EEC Medium Orchid

📋 copy color: '#AF4EEC'

red 175 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #AF4EEC

Tints of Medium Orchid #AF4EEC

RGB

 RED value IS 175 (68.75% from 255) = 35.79%

 GREEN value IS 78 (30.86% from 255) = 15.95%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 35.79%
G = 15.95%
B = 48.26%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF4EEC (or 0xAF4EEC) is known color: Medium Orchid. HEX triplet: AF, 4E and EC. RGB value is (175,78,236). Sum of RGB (Red+Green+Blue) = 175+78+236=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EEC is #50B113. Grayscale: #7C7C7C. Windows color (decimal): -5288212 or 15486639. OLE color: 15486639.

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

Color convert

RGB 175 78 236 -
CMYK 0.26 0.67 0 0.07
HSL 276.84º 0.81% 0.62% -
HSV(B) 276.84º 0.67% 0.93% -
XYZ 35.54 20.62 81.46 -
YUV 125.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 175 78 236 0.26 0.67 0 0.07 276.84 0.81 0.62
Hex AF 4E EC 1A 43 0 7 115 51 3E
Octal 257 116 354 32 103 0 7 425 121 76
Binary 10101111 1001110 11101100 11010 1000011 0 111 100010101 1010001 111110

Color Harmonies of #AF4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EEC

Black with #AF4EEC

Text Example


Text Example

White with #AF4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EEC; }

 p { color: rgb(175,78,236); }

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

background-color css

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

 a { background-color: rgb(175,78,236); }

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

border-color css

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

 span { border-color: rgb(175,78,236); }

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