Html Css Color HEX #AF50EB Medium Orchid

📋 copy color: '#AF50EB'

red 175 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #AF50EB

Tints of Medium Orchid #AF50EB

RGB

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

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

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

R = 35.71%
G = 16.33%
B = 47.96%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF50EB (or 0xAF50EB) is known color: Medium Orchid. HEX triplet: AF, 50 and EB. RGB value is (175,80,235). Sum of RGB (Red+Green+Blue) = 175+80+235=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50EB is #50AF14. Grayscale: #7D7D7D. Windows color (decimal): -5287701 or 15421615. OLE color: 15421615.

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

Color convert

RGB 175 80 235 -
CMYK 0.26 0.66 0 0.08
HSL 276.77º 0.79% 0.62% -
HSV(B) 276.77º 0.66% 0.92% -
XYZ 35.54 20.85 80.75 -
YUV 126.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 175 80 235 0.26 0.66 0 0.08 276.77 0.79 0.62
Hex AF 50 EB 1A 42 0 8 115 4F 3E
Octal 257 120 353 32 102 0 10 425 117 76
Binary 10101111 1010000 11101011 11010 1000010 0 1000 100010101 1001111 111110

Color Harmonies of #AF50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50EB

Black with #AF50EB

Text Example


Text Example

White with #AF50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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