Html Css Color HEX #AF56F4 Medium Orchid

📋 copy color: '#AF56F4'

red 175 ◦ green 86 ◦ blue 244

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

Shades of Medium Orchid #AF56F4

Tints of Medium Orchid #AF56F4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.03%

 BLUE value IS 244 (95.7% from 255) = 48.32%

R = 34.65%
G = 17.03%
B = 48.32%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF56F4 (or 0xAF56F4) is known color: Medium Orchid. HEX triplet: AF, 56 and F4. RGB value is (175,86,244). Sum of RGB (Red+Green+Blue) = 175+86+244=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF56F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56F4 is #50A90B. Grayscale: #828282. Windows color (decimal): -5286156 or 16012975. OLE color: 16012975.

HSL color Cylindrical-coordinate representation of color #AF56F4: hue angle of 273.8º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF56F4 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 86 244 -
CMYK 0.28 0.65 0 0.04
HSL 273.8º 0.88% 0.65% -
HSV(B) 273.8º 0.65% 0.96% -
XYZ 37.34 22.3 87.92 -
YUV 130.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 175 86 244 0.28 0.65 0 0.04 273.8 0.88 0.65
Hex AF 56 F4 1C 41 0 4 112 58 41
Octal 257 126 364 34 101 0 4 422 130 101
Binary 10101111 1010110 11110100 11100 1000001 0 100 100010010 1011000 1000001

Color Harmonies of #AF56F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56F4

Black with #AF56F4

Text Example


Text Example

White with #AF56F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56F4; }

 p { color: rgb(175,86,244); }

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

background-color css

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

 a { background-color: rgb(175,86,244); }

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

border-color css

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

 span { border-color: rgb(175,86,244); }

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