Html Css Color HEX #AF5ADF Medium Orchid

📋 copy color: '#AF5ADF'

red 175 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #AF5ADF

Tints of Medium Orchid #AF5ADF

RGB

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

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

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

R = 35.86%
G = 18.44%
B = 45.7%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5ADF (or 0xAF5ADF) is known color: Medium Orchid. HEX triplet: AF, 5A and DF. RGB value is (175,90,223). Sum of RGB (Red+Green+Blue) = 175+90+223=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF5ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ADF is #50A520. Grayscale: #828282. Windows color (decimal): -5285153 or 14637743. OLE color: 14637743.

HSL color Cylindrical-coordinate representation of color #AF5ADF: hue angle of 278.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5ADF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 90 223 -
CMYK 0.22 0.60 0 0.13
HSL 278.35º 0.68% 0.61% -
HSV(B) 278.35º 0.6% 0.87% -
XYZ 34.65 21.75 72.18 -
YUV 130.58 180.16 159.69 -
System Red Green Blue C M Y K H S L
Decimal 175 90 223 0.22 0.60 0 0.13 278.35 0.68 0.61
Hex AF 5A DF 16 3C 0 D 116 44 3D
Octal 257 132 337 26 74 0 15 426 104 75
Binary 10101111 1011010 11011111 10110 111100 0 1101 100010110 1000100 111101

Color Harmonies of #AF5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ADF

Black with #AF5ADF

Text Example


Text Example

White with #AF5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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