Html Css Color HEX #AF5DEA Medium Orchid

📋 copy color: '#AF5DEA'

red 175 ◦ green 93 ◦ blue 234

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

Shades of Medium Orchid #AF5DEA

Tints of Medium Orchid #AF5DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

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

R = 34.86%
G = 18.53%
B = 46.61%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF5DEA (or 0xAF5DEA) is known color: Medium Orchid. HEX triplet: AF, 5D and EA. RGB value is (175,93,234). Sum of RGB (Red+Green+Blue) = 175+93+234=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF5DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DEA is #50A215. Grayscale: #858585. Windows color (decimal): -5284374 or 15359407. OLE color: 15359407.

HSL color Cylindrical-coordinate representation of color #AF5DEA: hue angle of 274.89º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5DEA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 93 234 -
CMYK 0.25 0.60 0 0.08
HSL 274.89º 0.77% 0.64% -
HSV(B) 274.89º 0.6% 0.92% -
XYZ 36.44 22.88 80.34 -
YUV 133.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 175 93 234 0.25 0.60 0 0.08 274.89 0.77 0.64
Hex AF 5D EA 19 3C 0 8 113 4D 40
Octal 257 135 352 31 74 0 10 423 115 100
Binary 10101111 1011101 11101010 11001 111100 0 1000 100010011 1001101 1000000

Color Harmonies of #AF5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DEA

Black with #AF5DEA

Text Example


Text Example

White with #AF5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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