Html Css Color HEX #AF5EF4 Medium Orchid

📋 copy color: '#AF5EF4'

red 175 ◦ green 94 ◦ blue 244

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

Shades of Medium Orchid #AF5EF4

Tints of Medium Orchid #AF5EF4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.32%

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

R = 34.11%
G = 18.32%
B = 47.56%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF5EF4 (or 0xAF5EF4) is known color: Medium Orchid. HEX triplet: AF, 5E and F4. RGB value is (175,94,244). Sum of RGB (Red+Green+Blue) = 175+94+244=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF5EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EF4 is #50A10B. Grayscale: #868686. Windows color (decimal): -5284108 or 16015023. OLE color: 16015023.

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

Color convert

RGB 175 94 244 -
CMYK 0.28 0.61 0 0.04
HSL 272.4º 0.87% 0.66% -
HSV(B) 272.4º 0.61% 0.96% -
XYZ 38.01 23.65 88.15 -
YUV 135.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 175 94 244 0.28 0.61 0 0.04 272.4 0.87 0.66
Hex AF 5E F4 1C 3D 0 4 110 57 42
Octal 257 136 364 34 75 0 4 420 127 102
Binary 10101111 1011110 11110100 11100 111101 0 100 100010000 1010111 1000010

Color Harmonies of #AF5EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EF4

Black with #AF5EF4

Text Example


Text Example

White with #AF5EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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