Html Css Color HEX #AF5DEE Medium Orchid

📋 copy color: '#AF5DEE'

red 175 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #AF5DEE

Tints of Medium Orchid #AF5DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 34.58%
G = 18.38%
B = 47.04%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5DEE (or 0xAF5DEE) is known color: Medium Orchid. HEX triplet: AF, 5D and EE. RGB value is (175,93,238). Sum of RGB (Red+Green+Blue) = 175+93+238=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF5DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DEE is #50A211. Grayscale: #858585. Windows color (decimal): -5284370 or 15621551. OLE color: 15621551.

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

Color convert

RGB 175 93 238 -
CMYK 0.26 0.61 0 0.07
HSL 273.93º 0.81% 0.65% -
HSV(B) 273.93º 0.61% 0.93% -
XYZ 37.03 23.12 83.4 -
YUV 134.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 175 93 238 0.26 0.61 0 0.07 273.93 0.81 0.65
Hex AF 5D EE 1A 3D 0 7 112 51 41
Octal 257 135 356 32 75 0 7 422 121 101
Binary 10101111 1011101 11101110 11010 111101 0 111 100010010 1010001 1000001

Color Harmonies of #AF5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DEE

Black with #AF5DEE

Text Example


Text Example

White with #AF5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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