Html Css Color HEX #AF69D8 Medium Orchid

📋 copy color: '#AF69D8'

red 175 ◦ green 105 ◦ blue 216

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

Shades of Medium Orchid #AF69D8

Tints of Medium Orchid #AF69D8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

 BLUE value IS 216 (84.77% from 255) = 43.55%

R = 35.28%
G = 21.17%
B = 43.55%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF69D8 (or 0xAF69D8) is known color: Medium Orchid. HEX triplet: AF, 69 and D8. RGB value is (175,105,216). Sum of RGB (Red+Green+Blue) = 175+105+216=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF69D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69D8 is #509627. Grayscale: #8A8A8A. Windows color (decimal): -5281320 or 14182831. OLE color: 14182831.

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

Color convert

RGB 175 105 216 -
CMYK 0.19 0.51 0 0.15
HSL 277.84º 0.59% 0.63% -
HSV(B) 277.84º 0.51% 0.85% -
XYZ 35.13 24.17 67.78 -
YUV 138.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 175 105 216 0.19 0.51 0 0.15 277.84 0.59 0.63
Hex AF 69 D8 13 33 0 F 116 3B 3F
Octal 257 151 330 23 63 0 17 426 73 77
Binary 10101111 1101001 11011000 10011 110011 0 1111 100010110 111011 111111

Color Harmonies of #AF69D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69D8

Black with #AF69D8

Text Example


Text Example

White with #AF69D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69D8; }

 p { color: rgb(175,105,216); }

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

background-color css

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

 a { background-color: rgb(175,105,216); }

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

border-color css

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

 span { border-color: rgb(175,105,216); }

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