Html Css Color HEX #AF6ACD Medium Orchid

📋 copy color: '#AF6ACD'

red 175 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #AF6ACD

Tints of Medium Orchid #AF6ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 36.01%
G = 21.81%
B = 42.18%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF6ACD (or 0xAF6ACD) is known color: Medium Orchid. HEX triplet: AF, 6A and CD. RGB value is (175,106,205). Sum of RGB (Red+Green+Blue) = 175+106+205=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ACD is #509532. Grayscale: #898989. Windows color (decimal): -5281075 or 13462191. OLE color: 13462191.

HSL color Cylindrical-coordinate representation of color #AF6ACD: hue angle of 281.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6ACD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 106 205 -
CMYK 0.15 0.48 0 0.20
HSL 281.82º 0.5% 0.61% -
HSV(B) 281.82º 0.48% 0.8% -
XYZ 33.85 23.83 60.57 -
YUV 137.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 175 106 205 0.15 0.48 0 0.20 281.82 0.5 0.61
Hex AF 6A CD F 30 0 14 11A 32 3D
Octal 257 152 315 17 60 0 24 432 62 75
Binary 10101111 1101010 11001101 1111 110000 0 10100 100011010 110010 111101

Color Harmonies of #AF6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ACD

Black with #AF6ACD

Text Example


Text Example

White with #AF6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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