Html Css Color HEX #AF69BE Medium Orchid

📋 copy color: '#AF69BE'

red 175 ◦ green 105 ◦ blue 190

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

Shades of Medium Orchid #AF69BE

Tints of Medium Orchid #AF69BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 37.23%
G = 22.34%
B = 40.43%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF69BE (or 0xAF69BE) is known color: Medium Orchid. HEX triplet: AF, 69 and BE. RGB value is (175,105,190). Sum of RGB (Red+Green+Blue) = 175+105+190=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69BE is #509641. Grayscale: #878787. Windows color (decimal): -5281346 or 12478895. OLE color: 12478895.

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

Color convert

RGB 175 105 190 -
CMYK 0.08 0.45 0 0.25
HSL 289.41º 0.4% 0.58% -
HSV(B) 289.41º 0.45% 0.75% -
XYZ 32.03 22.93 51.45 -
YUV 135.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 175 105 190 0.08 0.45 0 0.25 289.41 0.4 0.58
Hex AF 69 BE 8 2D 0 19 121 28 3A
Octal 257 151 276 10 55 0 31 441 50 72
Binary 10101111 1101001 10111110 1000 101101 0 11001 100100001 101000 111010

Color Harmonies of #AF69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69BE

Black with #AF69BE

Text Example


Text Example

White with #AF69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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