Html Css Color HEX #AF68D9 Medium Orchid

📋 copy color: '#AF68D9'

red 175 ◦ green 104 ◦ blue 217

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

Shades of Medium Orchid #AF68D9

Tints of Medium Orchid #AF68D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.75%

R = 35.28%
G = 20.97%
B = 43.75%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF68D9 (or 0xAF68D9) is known color: Medium Orchid. HEX triplet: AF, 68 and D9. RGB value is (175,104,217). Sum of RGB (Red+Green+Blue) = 175+104+217=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF68D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68D9 is #509726. Grayscale: #898989. Windows color (decimal): -5281575 or 14248111. OLE color: 14248111.

HSL color Cylindrical-coordinate representation of color #AF68D9: hue angle of 277.7º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF68D9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 104 217 -
CMYK 0.19 0.52 0 0.15
HSL 277.7º 0.6% 0.63% -
HSV(B) 277.7º 0.52% 0.85% -
XYZ 35.15 24.02 68.43 -
YUV 138.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 175 104 217 0.19 0.52 0 0.15 277.7 0.6 0.63
Hex AF 68 D9 13 34 0 F 116 3C 3F
Octal 257 150 331 23 64 0 17 426 74 77
Binary 10101111 1101000 11011001 10011 110100 0 1111 100010110 111100 111111

Color Harmonies of #AF68D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68D9

Black with #AF68D9

Text Example


Text Example

White with #AF68D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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