Html Css Color HEX #AF55DE Medium Orchid

📋 copy color: '#AF55DE'

red 175 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #AF55DE

Tints of Medium Orchid #AF55DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

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

R = 36.31%
G = 17.63%
B = 46.06%

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

#AF55DE (or 0xAF55DE) is known color: Medium Orchid. HEX triplet: AF, 55 and DE. RGB value is (175,85,222). Sum of RGB (Red+Green+Blue) = 175+85+222=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF55DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55DE is #50AA21. Grayscale: #7F7F7F. Windows color (decimal): -5286434 or 14570927. OLE color: 14570927.

HSL color Cylindrical-coordinate representation of color #AF55DE: hue angle of 279.42º degrees, saturation: 0.67, 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 #AF55DE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 85 222 -
CMYK 0.21 0.62 0 0.13
HSL 279.42º 0.67% 0.6% -
HSV(B) 279.42º 0.62% 0.87% -
XYZ 34.11 20.88 71.34 -
YUV 127.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 175 85 222 0.21 0.62 0 0.13 279.42 0.67 0.6
Hex AF 55 DE 15 3E 0 D 117 43 3C
Octal 257 125 336 25 76 0 15 427 103 74
Binary 10101111 1010101 11011110 10101 111110 0 1101 100010111 1000011 111100

Color Harmonies of #AF55DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55DE

Black with #AF55DE

Text Example


Text Example

White with #AF55DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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