Html Css Color HEX #AF5BEB Medium Orchid

📋 copy color: '#AF5BEB'

red 175 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #AF5BEB

Tints of Medium Orchid #AF5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.16%

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

R = 34.93%
G = 18.16%
B = 46.91%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF5BEB (or 0xAF5BEB) is known color: Medium Orchid. HEX triplet: AF, 5B and EB. RGB value is (175,91,235). Sum of RGB (Red+Green+Blue) = 175+91+235=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF5BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BEB is #50A414. Grayscale: #848484. Windows color (decimal): -5284885 or 15424431. OLE color: 15424431.

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

Color convert

RGB 175 91 235 -
CMYK 0.26 0.61 0 0.08
HSL 275º 0.78% 0.64% -
HSV(B) 275º 0.61% 0.92% -
XYZ 36.42 22.59 81.04 -
YUV 132.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 175 91 235 0.26 0.61 0 0.08 275 0.78 0.64
Hex AF 5B EB 1A 3D 0 8 113 4E 40
Octal 257 133 353 32 75 0 10 423 116 100
Binary 10101111 1011011 11101011 11010 111101 0 1000 100010011 1001110 1000000

Color Harmonies of #AF5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BEB

Black with #AF5BEB

Text Example


Text Example

White with #AF5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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