Html Css Color HEX #AF6BC8 Medium Orchid

📋 copy color: '#AF6BC8'

red 175 ◦ green 107 ◦ blue 200

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

Shades of Medium Orchid #AF6BC8

Tints of Medium Orchid #AF6BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 36.31%
G = 22.2%
B = 41.49%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF6BC8 (or 0xAF6BC8) is known color: Medium Orchid. HEX triplet: AF, 6B and C8. RGB value is (175,107,200). Sum of RGB (Red+Green+Blue) = 175+107+200=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF6BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BC8 is #509437. Grayscale: #898989. Windows color (decimal): -5280824 or 13134767. OLE color: 13134767.

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

Color convert

RGB 175 107 200 -
CMYK 0.12 0.46 0 0.22
HSL 283.87º 0.46% 0.6% -
HSV(B) 283.87º 0.47% 0.78% -
XYZ 33.36 23.8 57.48 -
YUV 137.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 175 107 200 0.12 0.46 0 0.22 283.87 0.46 0.6
Hex AF 6B C8 C 2E 0 16 11C 2E 3C
Octal 257 153 310 14 56 0 26 434 56 74
Binary 10101111 1101011 11001000 1100 101110 0 10110 100011100 101110 111100

Color Harmonies of #AF6BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BC8

Black with #AF6BC8

Text Example


Text Example

White with #AF6BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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