Html Css Color HEX #AF67D9 Medium Orchid

📋 copy color: '#AF67D9'

red 175 ◦ green 103 ◦ blue 217

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

Shades of Medium Orchid #AF67D9

Tints of Medium Orchid #AF67D9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.81%

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

R = 35.35%
G = 20.81%
B = 43.84%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF67D9 (or 0xAF67D9) is known color: Medium Orchid. HEX triplet: AF, 67 and D9. RGB value is (175,103,217). Sum of RGB (Red+Green+Blue) = 175+103+217=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF67D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D9 is #509826. Grayscale: #898989. Windows color (decimal): -5281831 or 14247855. OLE color: 14247855.

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

Color convert

RGB 175 103 217 -
CMYK 0.19 0.53 0 0.15
HSL 277.89º 0.6% 0.63% -
HSV(B) 277.89º 0.53% 0.85% -
XYZ 35.05 23.82 68.4 -
YUV 137.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 175 103 217 0.19 0.53 0 0.15 277.89 0.6 0.63
Hex AF 67 D9 13 35 0 F 116 3C 3F
Octal 257 147 331 23 65 0 17 426 74 77
Binary 10101111 1100111 11011001 10011 110101 0 1111 100010110 111100 111111

Color Harmonies of #AF67D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67D9

Black with #AF67D9

Text Example


Text Example

White with #AF67D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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