Html Css Color HEX #AF5ACF Medium Orchid

📋 copy color: '#AF5ACF'

red 175 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #AF5ACF

Tints of Medium Orchid #AF5ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 37.08%
G = 19.07%
B = 43.86%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF5ACF (or 0xAF5ACF) is known color: Medium Orchid. HEX triplet: AF, 5A and CF. RGB value is (175,90,207). Sum of RGB (Red+Green+Blue) = 175+90+207=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ACF is #50A530. Grayscale: #808080. Windows color (decimal): -5285169 or 13589167. OLE color: 13589167.

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

Color convert

RGB 175 90 207 -
CMYK 0.15 0.57 0 0.19
HSL 283.59º 0.55% 0.58% -
HSV(B) 283.59º 0.57% 0.81% -
XYZ 32.6 20.93 61.35 -
YUV 128.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 175 90 207 0.15 0.57 0 0.19 283.59 0.55 0.58
Hex AF 5A CF F 39 0 13 11C 37 3A
Octal 257 132 317 17 71 0 23 434 67 72
Binary 10101111 1011010 11001111 1111 111001 0 10011 100011100 110111 111010

Color Harmonies of #AF5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ACF

Black with #AF5ACF

Text Example


Text Example

White with #AF5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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