Html Css Color HEX #AF5CEB Medium Orchid

📋 copy color: '#AF5CEB'

red 175 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #AF5CEB

Tints of Medium Orchid #AF5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

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

R = 34.86%
G = 18.33%
B = 46.81%

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

#AF5CEB (or 0xAF5CEB) is known color: Medium Orchid. HEX triplet: AF, 5C and EB. RGB value is (175,92,235). Sum of RGB (Red+Green+Blue) = 175+92+235=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CEB is #50A314. Grayscale: #848484. Windows color (decimal): -5284629 or 15424687. OLE color: 15424687.

HSL color Cylindrical-coordinate representation of color #AF5CEB: hue angle of 274.83º 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 #AF5CEB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 92 235 -
CMYK 0.26 0.61 0 0.08
HSL 274.83º 0.78% 0.64% -
HSV(B) 274.83º 0.61% 0.92% -
XYZ 36.5 22.77 81.07 -
YUV 133.12 185.5 157.87 -
System Red Green Blue C M Y K H S L
Decimal 175 92 235 0.26 0.61 0 0.08 274.83 0.78 0.64
Hex AF 5C EB 1A 3D 0 8 113 4E 40
Octal 257 134 353 32 75 0 10 423 116 100
Binary 10101111 1011100 11101011 11010 111101 0 1000 100010011 1001110 1000000

Color Harmonies of #AF5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CEB

Black with #AF5CEB

Text Example


Text Example

White with #AF5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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