Html Css Color HEX #AF67BF Medium Orchid

📋 copy color: '#AF67BF'

red 175 ◦ green 103 ◦ blue 191

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

Shades of Medium Orchid #AF67BF

Tints of Medium Orchid #AF67BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 37.31%
G = 21.96%
B = 40.72%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF67BF (or 0xAF67BF) is known color: Medium Orchid. HEX triplet: AF, 67 and BF. RGB value is (175,103,191). Sum of RGB (Red+Green+Blue) = 175+103+191=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF67BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67BF is #509840. Grayscale: #868686. Windows color (decimal): -5281857 or 12543919. OLE color: 12543919.

HSL color Cylindrical-coordinate representation of color #AF67BF: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF67BF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 103 191 -
CMYK 0.08 0.46 0 0.25
HSL 289.09º 0.41% 0.58% -
HSV(B) 289.09º 0.46% 0.75% -
XYZ 31.93 22.58 51.96 -
YUV 134.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 175 103 191 0.08 0.46 0 0.25 289.09 0.41 0.58
Hex AF 67 BF 8 2E 0 19 121 29 3A
Octal 257 147 277 10 56 0 31 441 51 72
Binary 10101111 1100111 10111111 1000 101110 0 11001 100100001 101001 111010

Color Harmonies of #AF67BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67BF

Black with #AF67BF

Text Example


Text Example

White with #AF67BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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