Html Css Color HEX #AF68DC Medium Orchid

📋 copy color: '#AF68DC'

red 175 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #AF68DC

Tints of Medium Orchid #AF68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.84%

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 35.07%
G = 20.84%
B = 44.09%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF68DC (or 0xAF68DC) is known color: Medium Orchid. HEX triplet: AF, 68 and DC. RGB value is (175,104,220). Sum of RGB (Red+Green+Blue) = 175+104+220=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68DC is #509723. Grayscale: #8A8A8A. Windows color (decimal): -5281572 or 14444719. OLE color: 14444719.

HSL color Cylindrical-coordinate representation of color #AF68DC: hue angle of 276.72º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF68DC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 104 220 -
CMYK 0.20 0.53 0 0.14
HSL 276.72º 0.62% 0.64% -
HSV(B) 276.72º 0.53% 0.86% -
XYZ 35.55 24.18 70.5 -
YUV 138.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 175 104 220 0.20 0.53 0 0.14 276.72 0.62 0.64
Hex AF 68 DC 14 35 0 E 115 3E 40
Octal 257 150 334 24 65 0 16 425 76 100
Binary 10101111 1101000 11011100 10100 110101 0 1110 100010101 111110 1000000

Color Harmonies of #AF68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68DC

Black with #AF68DC

Text Example


Text Example

White with #AF68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68DC; }

 p { color: rgb(175,104,220); }

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

background-color css

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

 a { background-color: rgb(175,104,220); }

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

border-color css

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

 span { border-color: rgb(175,104,220); }

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