Html Css Color HEX #AF5ECA Medium Orchid

📋 copy color: '#AF5ECA'

red 175 ◦ green 94 ◦ blue 202

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

Shades of Medium Orchid #AF5ECA

Tints of Medium Orchid #AF5ECA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.96%

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

R = 37.15%
G = 19.96%
B = 42.89%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF5ECA (or 0xAF5ECA) is known color: Medium Orchid. HEX triplet: AF, 5E and CA. RGB value is (175,94,202). Sum of RGB (Red+Green+Blue) = 175+94+202=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF5ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ECA is #50A135. Grayscale: #828282. Windows color (decimal): -5284150 or 13262511. OLE color: 13262511.

HSL color Cylindrical-coordinate representation of color #AF5ECA: hue angle of 285º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5ECA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 94 202 -
CMYK 0.13 0.53 0 0.21
HSL 285º 0.5% 0.58% -
HSV(B) 285º 0.53% 0.79% -
XYZ 32.34 21.38 58.3 -
YUV 130.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 175 94 202 0.13 0.53 0 0.21 285 0.5 0.58
Hex AF 5E CA D 35 0 15 11D 32 3A
Octal 257 136 312 15 65 0 25 435 62 72
Binary 10101111 1011110 11001010 1101 110101 0 10101 100011101 110010 111010

Color Harmonies of #AF5ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ECA

Black with #AF5ECA

Text Example


Text Example

White with #AF5ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ECA; }

 p { color: rgb(175,94,202); }

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

background-color css

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

 a { background-color: rgb(175,94,202); }

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

border-color css

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

 span { border-color: rgb(175,94,202); }

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