Html Css Color HEX #AF6FC5 Medium Orchid

📋 copy color: '#AF6FC5'

red 175 ◦ green 111 ◦ blue 197

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

Shades of Medium Orchid #AF6FC5

Tints of Medium Orchid #AF6FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.98%

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

R = 36.23%
G = 22.98%
B = 40.79%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF6FC5 (or 0xAF6FC5) is known color: Medium Orchid. HEX triplet: AF, 6F and C5. RGB value is (175,111,197). Sum of RGB (Red+Green+Blue) = 175+111+197=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF6FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FC5 is #50903A. Grayscale: #8B8B8B. Windows color (decimal): -5279803 or 12939183. OLE color: 12939183.

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

Color convert

RGB 175 111 197 -
CMYK 0.11 0.44 0 0.23
HSL 284.65º 0.43% 0.6% -
HSV(B) 284.65º 0.44% 0.77% -
XYZ 33.44 24.51 55.79 -
YUV 139.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 175 111 197 0.11 0.44 0 0.23 284.65 0.43 0.6
Hex AF 6F C5 B 2C 0 17 11D 2B 3C
Octal 257 157 305 13 54 0 27 435 53 74
Binary 10101111 1101111 11000101 1011 101100 0 10111 100011101 101011 111100

Color Harmonies of #AF6FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FC5

Black with #AF6FC5

Text Example


Text Example

White with #AF6FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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