Html Css Color HEX #AF64BF Medium Orchid

📋 copy color: '#AF64BF'

red 175 ◦ green 100 ◦ blue 191

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

Shades of Medium Orchid #AF64BF

Tints of Medium Orchid #AF64BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 37.55%
G = 21.46%
B = 40.99%

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

#AF64BF (or 0xAF64BF) is known color: Medium Orchid. HEX triplet: AF, 64 and BF. RGB value is (175,100,191). Sum of RGB (Red+Green+Blue) = 175+100+191=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64BF is #509B40. Grayscale: #848484. Windows color (decimal): -5282625 or 12543151. OLE color: 12543151.

HSL color Cylindrical-coordinate representation of color #AF64BF: hue angle of 289.45º 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 #AF64BF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 100 191 -
CMYK 0.08 0.48 0 0.25
HSL 289.45º 0.42% 0.57% -
HSV(B) 289.45º 0.48% 0.75% -
XYZ 31.64 21.99 51.87 -
YUV 132.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 175 100 191 0.08 0.48 0 0.25 289.45 0.42 0.57
Hex AF 64 BF 8 30 0 19 121 2A 39
Octal 257 144 277 10 60 0 31 441 52 71
Binary 10101111 1100100 10111111 1000 110000 0 11001 100100001 101010 111001

Color Harmonies of #AF64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64BF

Black with #AF64BF

Text Example


Text Example

White with #AF64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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