Html Css Color HEX #AF5BC3 Medium Orchid

📋 copy color: '#AF5BC3'

red 175 ◦ green 91 ◦ blue 195

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

Shades of Medium Orchid #AF5BC3

Tints of Medium Orchid #AF5BC3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 37.96%
G = 19.74%
B = 42.3%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF5BC3 (or 0xAF5BC3) is known color: Medium Orchid. HEX triplet: AF, 5B and C3. RGB value is (175,91,195). Sum of RGB (Red+Green+Blue) = 175+91+195=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF5BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BC3 is #50A43C. Grayscale: #7F7F7F. Windows color (decimal): -5284925 or 12802991. OLE color: 12802991.

HSL color Cylindrical-coordinate representation of color #AF5BC3: hue angle of 288.46º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5BC3 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 91 195 -
CMYK 0.10 0.53 0 0.24
HSL 288.46º 0.46% 0.56% -
HSV(B) 288.46º 0.53% 0.76% -
XYZ 31.27 20.54 53.95 -
YUV 127.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 175 91 195 0.10 0.53 0 0.24 288.46 0.46 0.56
Hex AF 5B C3 A 35 0 18 120 2E 38
Octal 257 133 303 12 65 0 30 440 56 70
Binary 10101111 1011011 11000011 1010 110101 0 11000 100100000 101110 111000

Color Harmonies of #AF5BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BC3

Black with #AF5BC3

Text Example


Text Example

White with #AF5BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BC3; }

 p { color: rgb(175,91,195); }

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

background-color css

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

 a { background-color: rgb(175,91,195); }

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

border-color css

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

 span { border-color: rgb(175,91,195); }

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