Html Css Color HEX #AF50ED Medium Orchid

📋 copy color: '#AF50ED'

red 175 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #AF50ED

Tints of Medium Orchid #AF50ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.26%

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

R = 35.57%
G = 16.26%
B = 48.17%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF50ED (or 0xAF50ED) is known color: Medium Orchid. HEX triplet: AF, 50 and ED. RGB value is (175,80,237). Sum of RGB (Red+Green+Blue) = 175+80+237=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50ED is #50AF12. Grayscale: #7D7D7D. Windows color (decimal): -5287699 or 15552687. OLE color: 15552687.

HSL color Cylindrical-coordinate representation of color #AF50ED: hue angle of 276.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF50ED is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 80 237 -
CMYK 0.26 0.66 0 0.07
HSL 276.31º 0.81% 0.62% -
HSV(B) 276.31º 0.66% 0.93% -
XYZ 35.83 20.97 82.28 -
YUV 126.3 190.47 162.73 -
System Red Green Blue C M Y K H S L
Decimal 175 80 237 0.26 0.66 0 0.07 276.31 0.81 0.62
Hex AF 50 ED 1A 42 0 7 114 51 3E
Octal 257 120 355 32 102 0 7 424 121 76
Binary 10101111 1010000 11101101 11010 1000010 0 111 100010100 1010001 111110

Color Harmonies of #AF50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50ED

Black with #AF50ED

Text Example


Text Example

White with #AF50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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