Html Css Color HEX #AF5FDF Medium Orchid

📋 copy color: '#AF5FDF'

red 175 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #AF5FDF

Tints of Medium Orchid #AF5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.27%

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 35.5%
G = 19.27%
B = 45.23%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5FDF (or 0xAF5FDF) is known color: Medium Orchid. HEX triplet: AF, 5F and DF. RGB value is (175,95,223). Sum of RGB (Red+Green+Blue) = 175+95+223=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF5FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FDF is #50A020. Grayscale: #858585. Windows color (decimal): -5283873 or 14639023. OLE color: 14639023.

HSL color Cylindrical-coordinate representation of color #AF5FDF: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5FDF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 95 223 -
CMYK 0.22 0.57 0 0.13
HSL 277.5º 0.67% 0.62% -
HSV(B) 277.5º 0.57% 0.87% -
XYZ 35.09 22.63 72.33 -
YUV 133.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 175 95 223 0.22 0.57 0 0.13 277.5 0.67 0.62
Hex AF 5F DF 16 39 0 D 116 43 3E
Octal 257 137 337 26 71 0 15 426 103 76
Binary 10101111 1011111 11011111 10110 111001 0 1101 100010110 1000011 111110

Color Harmonies of #AF5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FDF

Black with #AF5FDF

Text Example


Text Example

White with #AF5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FDF; }

 p { color: rgb(175,95,223); }

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

background-color css

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

 a { background-color: rgb(175,95,223); }

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

border-color css

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

 span { border-color: rgb(175,95,223); }

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