Html Css Color HEX #AF4FD3 Medium Orchid

📋 copy color: '#AF4FD3'

red 175 ◦ green 79 ◦ blue 211

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

Shades of Medium Orchid #AF4FD3

Tints of Medium Orchid #AF4FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.38%

R = 37.63%
G = 16.99%
B = 45.38%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF4FD3 (or 0xAF4FD3) is known color: Medium Orchid. HEX triplet: AF, 4F and D3. RGB value is (175,79,211). Sum of RGB (Red+Green+Blue) = 175+79+211=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF4FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FD3 is #50B02C. Grayscale: #7A7A7A. Windows color (decimal): -5287981 or 13848495. OLE color: 13848495.

HSL color Cylindrical-coordinate representation of color #AF4FD3: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4FD3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 79 211 -
CMYK 0.17 0.63 0 0.17
HSL 283.64º 0.6% 0.57% -
HSV(B) 283.64º 0.63% 0.83% -
XYZ 32.23 19.41 63.68 -
YUV 122.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 175 79 211 0.17 0.63 0 0.17 283.64 0.6 0.57
Hex AF 4F D3 11 3F 0 11 11C 3C 39
Octal 257 117 323 21 77 0 21 434 74 71
Binary 10101111 1001111 11010011 10001 111111 0 10001 100011100 111100 111001

Color Harmonies of #AF4FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FD3

Black with #AF4FD3

Text Example


Text Example

White with #AF4FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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