Html Css Color HEX #AF6BC0 Medium Orchid

📋 copy color: '#AF6BC0'

red 175 ◦ green 107 ◦ blue 192

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

Shades of Medium Orchid #AF6BC0

Tints of Medium Orchid #AF6BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 36.92%
G = 22.57%
B = 40.51%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF6BC0 (or 0xAF6BC0) is known color: Medium Orchid. HEX triplet: AF, 6B and C0. RGB value is (175,107,192). Sum of RGB (Red+Green+Blue) = 175+107+192=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BC0 is #50943F. Grayscale: #888888. Windows color (decimal): -5280832 or 12610479. OLE color: 12610479.

HSL color Cylindrical-coordinate representation of color #AF6BC0: hue angle of 288º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6BC0 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 107 192 -
CMYK 0.09 0.44 0 0.25
HSL 288º 0.4% 0.59% -
HSV(B) 288º 0.44% 0.75% -
XYZ 32.45 23.44 52.68 -
YUV 137.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 175 107 192 0.09 0.44 0 0.25 288 0.4 0.59
Hex AF 6B C0 9 2C 0 19 120 28 3B
Octal 257 153 300 11 54 0 31 440 50 73
Binary 10101111 1101011 11000000 1001 101100 0 11001 100100000 101000 111011

Color Harmonies of #AF6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BC0

Black with #AF6BC0

Text Example


Text Example

White with #AF6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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