Html Css Color HEX #AF5AED Medium Orchid

📋 copy color: '#AF5AED'

red 175 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #AF5AED

Tints of Medium Orchid #AF5AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

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

R = 34.86%
G = 17.93%
B = 47.21%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5AED (or 0xAF5AED) is known color: Medium Orchid. HEX triplet: AF, 5A and ED. RGB value is (175,90,237). Sum of RGB (Red+Green+Blue) = 175+90+237=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF5AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AED is #50A512. Grayscale: #838383. Windows color (decimal): -5285139 or 15555247. OLE color: 15555247.

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

Color convert

RGB 175 90 237 -
CMYK 0.26 0.62 0 0.07
HSL 274.69º 0.8% 0.64% -
HSV(B) 274.69º 0.62% 0.93% -
XYZ 36.62 22.54 82.54 -
YUV 132.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 175 90 237 0.26 0.62 0 0.07 274.69 0.8 0.64
Hex AF 5A ED 1A 3E 0 7 113 50 40
Octal 257 132 355 32 76 0 7 423 120 100
Binary 10101111 1011010 11101101 11010 111110 0 111 100010011 1010000 1000000

Color Harmonies of #AF5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AED

Black with #AF5AED

Text Example


Text Example

White with #AF5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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