Html Css Color HEX #AF54CE Medium Orchid

📋 copy color: '#AF54CE'

red 175 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #AF54CE

Tints of Medium Orchid #AF54CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 37.63%
G = 18.06%
B = 44.3%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF54CE (or 0xAF54CE) is known color: Medium Orchid. HEX triplet: AF, 54 and CE. RGB value is (175,84,206). Sum of RGB (Red+Green+Blue) = 175+84+206=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54CE is #50AB31. Grayscale: #7C7C7C. Windows color (decimal): -5286706 or 13522095. OLE color: 13522095.

HSL color Cylindrical-coordinate representation of color #AF54CE: hue angle of 284.75º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF54CE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 84 206 -
CMYK 0.15 0.59 0 0.19
HSL 284.75º 0.55% 0.57% -
HSV(B) 284.75º 0.59% 0.81% -
XYZ 31.99 19.91 60.55 -
YUV 125.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 175 84 206 0.15 0.59 0 0.19 284.75 0.55 0.57
Hex AF 54 CE F 3B 0 13 11D 37 39
Octal 257 124 316 17 73 0 23 435 67 71
Binary 10101111 1010100 11001110 1111 111011 0 10011 100011101 110111 111001

Color Harmonies of #AF54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54CE

Black with #AF54CE

Text Example


Text Example

White with #AF54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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