Html Css Color HEX #AF6BC5 Medium Orchid

📋 copy color: '#AF6BC5'

red 175 ◦ green 107 ◦ blue 197

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

Shades of Medium Orchid #AF6BC5

Tints of Medium Orchid #AF6BC5

RGB

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

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

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

R = 36.53%
G = 22.34%
B = 41.13%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF6BC5 (or 0xAF6BC5) is known color: Medium Orchid. HEX triplet: AF, 6B and C5. RGB value is (175,107,197). Sum of RGB (Red+Green+Blue) = 175+107+197=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF6BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BC5 is #50943A. Grayscale: #898989. Windows color (decimal): -5280827 or 12938159. OLE color: 12938159.

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

Color convert

RGB 175 107 197 -
CMYK 0.11 0.46 0 0.23
HSL 285.33º 0.44% 0.6% -
HSV(B) 285.33º 0.46% 0.77% -
XYZ 33.01 23.66 55.65 -
YUV 137.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 175 107 197 0.11 0.46 0 0.23 285.33 0.44 0.6
Hex AF 6B C5 B 2E 0 17 11D 2C 3C
Octal 257 153 305 13 56 0 27 435 54 74
Binary 10101111 1101011 11000101 1011 101110 0 10111 100011101 101100 111100

Color Harmonies of #AF6BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BC5

Black with #AF6BC5

Text Example


Text Example

White with #AF6BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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