Html Css Color HEX #AF5EED Medium Orchid

📋 copy color: '#AF5EED'

red 175 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #AF5EED

Tints of Medium Orchid #AF5EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 34.58%
G = 18.58%
B = 46.84%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5EED (or 0xAF5EED) is known color: Medium Orchid. HEX triplet: AF, 5E and ED. RGB value is (175,94,237). Sum of RGB (Red+Green+Blue) = 175+94+237=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EED is #50A112. Grayscale: #868686. Windows color (decimal): -5284115 or 15556271. OLE color: 15556271.

HSL color Cylindrical-coordinate representation of color #AF5EED: hue angle of 273.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5EED is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 94 237 -
CMYK 0.26 0.60 0 0.07
HSL 273.99º 0.8% 0.65% -
HSV(B) 273.99º 0.6% 0.93% -
XYZ 36.97 23.23 82.66 -
YUV 134.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 175 94 237 0.26 0.60 0 0.07 273.99 0.8 0.65
Hex AF 5E ED 1A 3C 0 7 112 50 41
Octal 257 136 355 32 74 0 7 422 120 101
Binary 10101111 1011110 11101101 11010 111100 0 111 100010010 1010000 1000001

Color Harmonies of #AF5EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EED

Black with #AF5EED

Text Example


Text Example

White with #AF5EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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