Html Css Color HEX #AF5ACE Medium Orchid

📋 copy color: '#AF5ACE'

red 175 ◦ green 90 ◦ blue 206

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

Shades of Medium Orchid #AF5ACE

Tints of Medium Orchid #AF5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

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

R = 37.15%
G = 19.11%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF5ACE (or 0xAF5ACE) is known color: Medium Orchid. HEX triplet: AF, 5A and CE. RGB value is (175,90,206). Sum of RGB (Red+Green+Blue) = 175+90+206=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ACE is #50A531. Grayscale: #808080. Windows color (decimal): -5285170 or 13523631. OLE color: 13523631.

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

Color convert

RGB 175 90 206 -
CMYK 0.15 0.56 0 0.19
HSL 283.97º 0.54% 0.58% -
HSV(B) 283.97º 0.56% 0.81% -
XYZ 32.48 20.88 60.71 -
YUV 128.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 175 90 206 0.15 0.56 0 0.19 283.97 0.54 0.58
Hex AF 5A CE F 38 0 13 11C 36 3A
Octal 257 132 316 17 70 0 23 434 66 72
Binary 10101111 1011010 11001110 1111 111000 0 10011 100011100 110110 111010

Color Harmonies of #AF5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ACE

Black with #AF5ACE

Text Example


Text Example

White with #AF5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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