Html Css Color HEX #AF63BF Medium Orchid

📋 copy color: '#AF63BF'

red 175 ◦ green 99 ◦ blue 191

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

Shades of Medium Orchid #AF63BF

Tints of Medium Orchid #AF63BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

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

R = 37.63%
G = 21.29%
B = 41.08%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF63BF (or 0xAF63BF) is known color: Medium Orchid. HEX triplet: AF, 63 and BF. RGB value is (175,99,191). Sum of RGB (Red+Green+Blue) = 175+99+191=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF63BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63BF is #509C40. Grayscale: #838383. Windows color (decimal): -5282881 or 12542895. OLE color: 12542895.

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

Color convert

RGB 175 99 191 -
CMYK 0.08 0.48 0 0.25
HSL 289.57º 0.42% 0.57% -
HSV(B) 289.57º 0.48% 0.75% -
XYZ 31.55 21.8 51.84 -
YUV 132.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 175 99 191 0.08 0.48 0 0.25 289.57 0.42 0.57
Hex AF 63 BF 8 30 0 19 122 2A 39
Octal 257 143 277 10 60 0 31 442 52 71
Binary 10101111 1100011 10111111 1000 110000 0 11001 100100010 101010 111001

Color Harmonies of #AF63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63BF

Black with #AF63BF

Text Example


Text Example

White with #AF63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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