Html Css Color HEX #AF68D2 Medium Orchid

📋 copy color: '#AF68D2'

red 175 ◦ green 104 ◦ blue 210

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

Shades of Medium Orchid #AF68D2

Tints of Medium Orchid #AF68D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 35.79%
G = 21.27%
B = 42.94%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF68D2 (or 0xAF68D2) is known color: Medium Orchid. HEX triplet: AF, 68 and D2. RGB value is (175,104,210). Sum of RGB (Red+Green+Blue) = 175+104+210=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF68D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68D2 is #50972D. Grayscale: #888888. Windows color (decimal): -5281582 or 13789359. OLE color: 13789359.

HSL color Cylindrical-coordinate representation of color #AF68D2: hue angle of 280.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF68D2 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 104 210 -
CMYK 0.17 0.50 0 0.18
HSL 280.19º 0.54% 0.62% -
HSV(B) 280.19º 0.5% 0.82% -
XYZ 34.26 23.67 63.74 -
YUV 137.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 175 104 210 0.17 0.50 0 0.18 280.19 0.54 0.62
Hex AF 68 D2 11 32 0 12 118 36 3E
Octal 257 150 322 21 62 0 22 430 66 76
Binary 10101111 1101000 11010010 10001 110010 0 10010 100011000 110110 111110

Color Harmonies of #AF68D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68D2

Black with #AF68D2

Text Example


Text Example

White with #AF68D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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