Html Css Color HEX #AF54DE Medium Orchid

📋 copy color: '#AF54DE'

red 175 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #AF54DE

Tints of Medium Orchid #AF54DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

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

R = 36.38%
G = 17.46%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF54DE (or 0xAF54DE) is known color: Medium Orchid. HEX triplet: AF, 54 and DE. RGB value is (175,84,222). Sum of RGB (Red+Green+Blue) = 175+84+222=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF54DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54DE is #50AB21. Grayscale: #7E7E7E. Windows color (decimal): -5286690 or 14570671. OLE color: 14570671.

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

Color convert

RGB 175 84 222 -
CMYK 0.21 0.62 0 0.13
HSL 279.57º 0.68% 0.6% -
HSV(B) 279.57º 0.62% 0.87% -
XYZ 34.03 20.73 71.31 -
YUV 126.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 175 84 222 0.21 0.62 0 0.13 279.57 0.68 0.6
Hex AF 54 DE 15 3E 0 D 118 44 3C
Octal 257 124 336 25 76 0 15 430 104 74
Binary 10101111 1010100 11011110 10101 111110 0 1101 100011000 1000100 111100

Color Harmonies of #AF54DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54DE

Black with #AF54DE

Text Example


Text Example

White with #AF54DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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