Html Css Color HEX #AF5CEF Medium Orchid

📋 copy color: '#AF5CEF'

red 175 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #AF5CEF

Tints of Medium Orchid #AF5CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 34.58%
G = 18.18%
B = 47.23%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF5CEF (or 0xAF5CEF) is known color: Medium Orchid. HEX triplet: AF, 5C and EF. RGB value is (175,92,239). Sum of RGB (Red+Green+Blue) = 175+92+239=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CEF is #50A310. Grayscale: #858585. Windows color (decimal): -5284625 or 15686831. OLE color: 15686831.

HSL color Cylindrical-coordinate representation of color #AF5CEF: hue angle of 273.88º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5CEF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 92 239 -
CMYK 0.27 0.62 0 0.06
HSL 273.88º 0.82% 0.65% -
HSV(B) 273.88º 0.62% 0.94% -
XYZ 37.09 23 84.15 -
YUV 133.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 175 92 239 0.27 0.62 0 0.06 273.88 0.82 0.65
Hex AF 5C EF 1B 3E 0 6 112 52 41
Octal 257 134 357 33 76 0 6 422 122 101
Binary 10101111 1011100 11101111 11011 111110 0 110 100010010 1010010 1000001

Color Harmonies of #AF5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CEF

Black with #AF5CEF

Text Example


Text Example

White with #AF5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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