Html Css Color HEX #AF69D6 Medium Orchid

📋 copy color: '#AF69D6'

red 175 ◦ green 105 ◦ blue 214

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

Shades of Medium Orchid #AF69D6

Tints of Medium Orchid #AF69D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 35.43%
G = 21.26%
B = 43.32%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF69D6 (or 0xAF69D6) is known color: Medium Orchid. HEX triplet: AF, 69 and D6. RGB value is (175,105,214). Sum of RGB (Red+Green+Blue) = 175+105+214=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF69D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69D6 is #509629. Grayscale: #898989. Windows color (decimal): -5281322 or 14051759. OLE color: 14051759.

HSL color Cylindrical-coordinate representation of color #AF69D6: hue angle of 278.53º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF69D6 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 105 214 -
CMYK 0.18 0.51 0 0.16
HSL 278.53º 0.57% 0.63% -
HSV(B) 278.53º 0.51% 0.84% -
XYZ 34.87 24.07 66.43 -
YUV 138.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 175 105 214 0.18 0.51 0 0.16 278.53 0.57 0.63
Hex AF 69 D6 12 33 0 10 117 39 3F
Octal 257 151 326 22 63 0 20 427 71 77
Binary 10101111 1101001 11010110 10010 110011 0 10000 100010111 111001 111111

Color Harmonies of #AF69D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69D6

Black with #AF69D6

Text Example


Text Example

White with #AF69D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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