Html Css Color HEX #AF6BC1 Medium Orchid

📋 copy color: '#AF6BC1'

red 175 ◦ green 107 ◦ blue 193

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

Shades of Medium Orchid #AF6BC1

Tints of Medium Orchid #AF6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.53%

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 36.84%
G = 22.53%
B = 40.63%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF6BC1 (or 0xAF6BC1) is known color: Medium Orchid. HEX triplet: AF, 6B and C1. RGB value is (175,107,193). Sum of RGB (Red+Green+Blue) = 175+107+193=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF6BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BC1 is #50943E. Grayscale: #888888. Windows color (decimal): -5280831 or 12676015. OLE color: 12676015.

HSL color Cylindrical-coordinate representation of color #AF6BC1: hue angle of 287.44º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6BC1 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 107 193 -
CMYK 0.09 0.45 0 0.24
HSL 287.44º 0.41% 0.59% -
HSV(B) 287.44º 0.45% 0.76% -
XYZ 32.56 23.48 53.27 -
YUV 137.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 175 107 193 0.09 0.45 0 0.24 287.44 0.41 0.59
Hex AF 6B C1 9 2D 0 18 11F 29 3B
Octal 257 153 301 11 55 0 30 437 51 73
Binary 10101111 1101011 11000001 1001 101101 0 11000 100011111 101001 111011

Color Harmonies of #AF6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BC1

Black with #AF6BC1

Text Example


Text Example

White with #AF6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BC1; }

 p { color: rgb(175,107,193); }

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

background-color css

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

 a { background-color: rgb(175,107,193); }

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

border-color css

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

 span { border-color: rgb(175,107,193); }

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