Html Css Color HEX #AF6BD0 Medium Orchid

📋 copy color: '#AF6BD0'

red 175 ◦ green 107 ◦ blue 208

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

Shades of Medium Orchid #AF6BD0

Tints of Medium Orchid #AF6BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 35.71%
G = 21.84%
B = 42.45%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF6BD0 (or 0xAF6BD0) is known color: Medium Orchid. HEX triplet: AF, 6B and D0. RGB value is (175,107,208). Sum of RGB (Red+Green+Blue) = 175+107+208=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF6BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BD0 is #50942F. Grayscale: #8A8A8A. Windows color (decimal): -5280816 or 13659055. OLE color: 13659055.

HSL color Cylindrical-coordinate representation of color #AF6BD0: hue angle of 280.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6BD0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 107 208 -
CMYK 0.16 0.49 0 0.18
HSL 280.4º 0.52% 0.62% -
HSV(B) 280.4º 0.49% 0.82% -
XYZ 34.32 24.18 62.53 -
YUV 138.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 175 107 208 0.16 0.49 0 0.18 280.4 0.52 0.62
Hex AF 6B D0 10 31 0 12 118 34 3E
Octal 257 153 320 20 61 0 22 430 64 76
Binary 10101111 1101011 11010000 10000 110001 0 10010 100011000 110100 111110

Color Harmonies of #AF6BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BD0

Black with #AF6BD0

Text Example


Text Example

White with #AF6BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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