Html Css Color HEX #AF4FDE Medium Orchid

📋 copy color: '#AF4FDE'

red 175 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #AF4FDE

Tints of Medium Orchid #AF4FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 36.76%
G = 16.6%
B = 46.64%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4FDE (or 0xAF4FDE) is known color: Medium Orchid. HEX triplet: AF, 4F and DE. RGB value is (175,79,222). Sum of RGB (Red+Green+Blue) = 175+79+222=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF4FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDE is #50B021. Grayscale: #7B7B7B. Windows color (decimal): -5287970 or 14569391. OLE color: 14569391.

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

Color convert

RGB 175 79 222 -
CMYK 0.21 0.64 0 0.13
HSL 280.28º 0.68% 0.59% -
HSV(B) 280.28º 0.64% 0.87% -
XYZ 33.66 19.98 71.19 -
YUV 124.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 175 79 222 0.21 0.64 0 0.13 280.28 0.68 0.59
Hex AF 4F DE 15 40 0 D 118 44 3B
Octal 257 117 336 25 100 0 15 430 104 73
Binary 10101111 1001111 11011110 10101 1000000 0 1101 100011000 1000100 111011

Color Harmonies of #AF4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FDE

Black with #AF4FDE

Text Example


Text Example

White with #AF4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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