Html Css Color HEX #AF4FDF Medium Orchid

📋 copy color: '#AF4FDF'

red 175 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #AF4FDF

Tints of Medium Orchid #AF4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

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

R = 36.69%
G = 16.56%
B = 46.75%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4FDF (or 0xAF4FDF) is known color: Medium Orchid. HEX triplet: AF, 4F and DF. RGB value is (175,79,223). Sum of RGB (Red+Green+Blue) = 175+79+223=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF4FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDF is #50B020. Grayscale: #7B7B7B. Windows color (decimal): -5287969 or 14634927. OLE color: 14634927.

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

Color convert

RGB 175 79 223 -
CMYK 0.22 0.65 0 0.13
HSL 280º 0.69% 0.59% -
HSV(B) 280º 0.65% 0.87% -
XYZ 33.79 20.03 71.9 -
YUV 124.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 175 79 223 0.22 0.65 0 0.13 280 0.69 0.59
Hex AF 4F DF 16 41 0 D 118 45 3B
Octal 257 117 337 26 101 0 15 430 105 73
Binary 10101111 1001111 11011111 10110 1000001 0 1101 100011000 1000101 111011

Color Harmonies of #AF4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FDF

Black with #AF4FDF

Text Example


Text Example

White with #AF4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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