Html Css Color HEX #AF6AD0 Medium Orchid

📋 copy color: '#AF6AD0'

red 175 ◦ green 106 ◦ blue 208

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

Shades of Medium Orchid #AF6AD0

Tints of Medium Orchid #AF6AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.68%

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

R = 35.79%
G = 21.68%
B = 42.54%

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

#AF6AD0 (or 0xAF6AD0) is known color: Medium Orchid. HEX triplet: AF, 6A and D0. RGB value is (175,106,208). Sum of RGB (Red+Green+Blue) = 175+106+208=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF6AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AD0 is #50952F. Grayscale: #898989. Windows color (decimal): -5281072 or 13658799. OLE color: 13658799.

HSL color Cylindrical-coordinate representation of color #AF6AD0: hue angle of 280.59º 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 #AF6AD0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 106 208 -
CMYK 0.16 0.49 0 0.18
HSL 280.59º 0.52% 0.62% -
HSV(B) 280.59º 0.49% 0.82% -
XYZ 34.22 23.98 62.5 -
YUV 138.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 175 106 208 0.16 0.49 0 0.18 280.59 0.52 0.62
Hex AF 6A D0 10 31 0 12 119 34 3E
Octal 257 152 320 20 61 0 22 431 64 76
Binary 10101111 1101010 11010000 10000 110001 0 10010 100011001 110100 111110

Color Harmonies of #AF6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AD0

Black with #AF6AD0

Text Example


Text Example

White with #AF6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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