Html Css Color HEX #AF50EA Medium Orchid

📋 copy color: '#AF50EA'

red 175 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #AF50EA

Tints of Medium Orchid #AF50EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 35.79%
G = 16.36%
B = 47.85%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF50EA (or 0xAF50EA) is known color: Medium Orchid. HEX triplet: AF, 50 and EA. RGB value is (175,80,234). Sum of RGB (Red+Green+Blue) = 175+80+234=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF50EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50EA is #50AF15. Grayscale: #7D7D7D. Windows color (decimal): -5287702 or 15356079. OLE color: 15356079.

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

Color convert

RGB 175 80 234 -
CMYK 0.25 0.66 0 0.08
HSL 277.01º 0.79% 0.62% -
HSV(B) 277.01º 0.66% 0.92% -
XYZ 35.4 20.79 79.99 -
YUV 125.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 175 80 234 0.25 0.66 0 0.08 277.01 0.79 0.62
Hex AF 50 EA 19 42 0 8 115 4F 3E
Octal 257 120 352 31 102 0 10 425 117 76
Binary 10101111 1010000 11101010 11001 1000010 0 1000 100010101 1001111 111110

Color Harmonies of #AF50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50EA

Black with #AF50EA

Text Example


Text Example

White with #AF50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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