Html Css Color HEX #AF5CC5 Medium Orchid

📋 copy color: '#AF5CC5'

red 175 ◦ green 92 ◦ blue 197

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

Shades of Medium Orchid #AF5CC5

Tints of Medium Orchid #AF5CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.83%

 BLUE value IS 197 (77.34% from 255) = 42.46%

R = 37.72%
G = 19.83%
B = 42.46%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF5CC5 (or 0xAF5CC5) is known color: Medium Orchid. HEX triplet: AF, 5C and C5. RGB value is (175,92,197). Sum of RGB (Red+Green+Blue) = 175+92+197=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF5CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CC5 is #50A33A. Grayscale: #808080. Windows color (decimal): -5284667 or 12934319. OLE color: 12934319.

HSL color Cylindrical-coordinate representation of color #AF5CC5: hue angle of 287.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5CC5 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 92 197 -
CMYK 0.11 0.53 0 0.23
HSL 287.43º 0.48% 0.57% -
HSV(B) 287.43º 0.53% 0.77% -
XYZ 31.58 20.8 55.17 -
YUV 128.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 175 92 197 0.11 0.53 0 0.23 287.43 0.48 0.57
Hex AF 5C C5 B 35 0 17 11F 30 39
Octal 257 134 305 13 65 0 27 437 60 71
Binary 10101111 1011100 11000101 1011 110101 0 10111 100011111 110000 111001

Color Harmonies of #AF5CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CC5

Black with #AF5CC5

Text Example


Text Example

White with #AF5CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CC5; }

 p { color: rgb(175,92,197); }

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

background-color css

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

 a { background-color: rgb(175,92,197); }

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

border-color css

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

 span { border-color: rgb(175,92,197); }

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