Html Css Color HEX #AF4DF6 Medium Orchid

📋 copy color: '#AF4DF6'

red 175 ◦ green 77 ◦ blue 246

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

Shades of Medium Orchid #AF4DF6

Tints of Medium Orchid #AF4DF6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.46%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 35.14%
G = 15.46%
B = 49.4%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF4DF6 (or 0xAF4DF6) is known color: Medium Orchid. HEX triplet: AF, 4D and F6. RGB value is (175,77,246). Sum of RGB (Red+Green+Blue) = 175+77+246=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF4DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DF6 is #50B209. Grayscale: #7C7C7C. Windows color (decimal): -5288458 or 16141743. OLE color: 16141743.

HSL color Cylindrical-coordinate representation of color #AF4DF6: hue angle of 274.79º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4DF6 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 77 246 -
CMYK 0.29 0.69 0 0.04
HSL 274.79º 0.9% 0.63% -
HSV(B) 274.79º 0.69% 0.96% -
XYZ 36.97 21.08 89.31 -
YUV 125.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 175 77 246 0.29 0.69 0 0.04 274.79 0.9 0.63
Hex AF 4D F6 1D 45 0 4 113 5A 3F
Octal 257 115 366 35 105 0 4 423 132 77
Binary 10101111 1001101 11110110 11101 1000101 0 100 100010011 1011010 111111

Color Harmonies of #AF4DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DF6

Black with #AF4DF6

Text Example


Text Example

White with #AF4DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DF6; }

 p { color: rgb(175,77,246); }

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

background-color css

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

 a { background-color: rgb(175,77,246); }

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

border-color css

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

 span { border-color: rgb(175,77,246); }

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