Html Css Color HEX #AF5EEB Medium Orchid

📋 copy color: '#AF5EEB'

red 175 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #AF5EEB

Tints of Medium Orchid #AF5EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 34.72%
G = 18.65%
B = 46.63%

CMYK

 C value IS 0.26

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF5EEB (or 0xAF5EEB) is known color: Medium Orchid. HEX triplet: AF, 5E and EB. RGB value is (175,94,235). Sum of RGB (Red+Green+Blue) = 175+94+235=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EEB is #50A114. Grayscale: #858585. Windows color (decimal): -5284117 or 15425199. OLE color: 15425199.

HSL color Cylindrical-coordinate representation of color #AF5EEB: hue angle of 274.47º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5EEB is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 94 235 -
CMYK 0.26 0.6 0 0.08
HSL 274.47º 0.78% 0.65% -
HSV(B) 274.47º 0.6% 0.92% -
XYZ 36.68 23.12 81.13 -
YUV 134.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 175 94 235 0.26 0.6 0 0.08 274.47 0.78 0.65
Hex AF 5E EB 1A 3C 0 8 112 4E 41
Octal 257 136 353 32 74 0 10 422 116 101
Binary 10101111 1011110 11101011 11010 111100 0 1000 100010010 1001110 1000001

Color Harmonies of #AF5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EEB

Black with #AF5EEB

Text Example


Text Example

White with #AF5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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