Html Css Color HEX #AF64EC Medium Orchid

📋 copy color: '#AF64EC'

red 175 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #AF64EC

Tints of Medium Orchid #AF64EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 34.25%
G = 19.57%
B = 46.18%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF64EC (or 0xAF64EC) is known color: Medium Orchid. HEX triplet: AF, 64 and EC. RGB value is (175,100,236). Sum of RGB (Red+Green+Blue) = 175+100+236=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64EC is #509B13. Grayscale: #898989. Windows color (decimal): -5282580 or 15492271. OLE color: 15492271.

HSL color Cylindrical-coordinate representation of color #AF64EC: hue angle of 273.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF64EC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 100 236 -
CMYK 0.26 0.58 0 0.07
HSL 273.09º 0.78% 0.66% -
HSV(B) 273.09º 0.58% 0.93% -
XYZ 37.38 24.28 82.07 -
YUV 137.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 175 100 236 0.26 0.58 0 0.07 273.09 0.78 0.66
Hex AF 64 EC 1A 3A 0 7 111 4E 42
Octal 257 144 354 32 72 0 7 421 116 102
Binary 10101111 1100100 11101100 11010 111010 0 111 100010001 1001110 1000010

Color Harmonies of #AF64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64EC

Black with #AF64EC

Text Example


Text Example

White with #AF64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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