Html Css Color HEX #AF6FC6 Medium Orchid

📋 copy color: '#AF6FC6'

red 175 ◦ green 111 ◦ blue 198

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

Shades of Medium Orchid #AF6FC6

Tints of Medium Orchid #AF6FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 36.16%
G = 22.93%
B = 40.91%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF6FC6 (or 0xAF6FC6) is known color: Medium Orchid. HEX triplet: AF, 6F and C6. RGB value is (175,111,198). Sum of RGB (Red+Green+Blue) = 175+111+198=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF6FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FC6 is #509039. Grayscale: #8B8B8B. Windows color (decimal): -5279802 or 13004719. OLE color: 13004719.

HSL color Cylindrical-coordinate representation of color #AF6FC6: hue angle of 284.14º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6FC6 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 111 198 -
CMYK 0.12 0.44 0 0.22
HSL 284.14º 0.43% 0.61% -
HSV(B) 284.14º 0.44% 0.78% -
XYZ 33.56 24.56 56.4 -
YUV 140.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 175 111 198 0.12 0.44 0 0.22 284.14 0.43 0.61
Hex AF 6F C6 C 2C 0 16 11C 2B 3D
Octal 257 157 306 14 54 0 26 434 53 75
Binary 10101111 1101111 11000110 1100 101100 0 10110 100011100 101011 111101

Color Harmonies of #AF6FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FC6

Black with #AF6FC6

Text Example


Text Example

White with #AF6FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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