Html Css Color HEX #AF64EF Medium Orchid

📋 copy color: '#AF64EF'

red 175 ◦ green 100 ◦ blue 239

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

Shades of Medium Orchid #AF64EF

Tints of Medium Orchid #AF64EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 34.05%
G = 19.46%
B = 46.5%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF64EF (or 0xAF64EF) is known color: Medium Orchid. HEX triplet: AF, 64 and EF. RGB value is (175,100,239). Sum of RGB (Red+Green+Blue) = 175+100+239=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF64EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64EF is #509B10. Grayscale: #898989. Windows color (decimal): -5282577 or 15688879. OLE color: 15688879.

HSL color Cylindrical-coordinate representation of color #AF64EF: hue angle of 272.37º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF64EF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 100 239 -
CMYK 0.27 0.58 0 0.06
HSL 272.37º 0.81% 0.66% -
HSV(B) 272.37º 0.58% 0.94% -
XYZ 37.82 24.46 84.39 -
YUV 138.27 184.85 154.2 -
System Red Green Blue C M Y K H S L
Decimal 175 100 239 0.27 0.58 0 0.06 272.37 0.81 0.66
Hex AF 64 EF 1B 3A 0 6 110 51 42
Octal 257 144 357 33 72 0 6 420 121 102
Binary 10101111 1100100 11101111 11011 111010 0 110 100010000 1010001 1000010

Color Harmonies of #AF64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64EF

Black with #AF64EF

Text Example


Text Example

White with #AF64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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