Html Css Color HEX #AF5FF1 Medium Orchid

📋 copy color: '#AF5FF1'

red 175 ◦ green 95 ◦ blue 241

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

Shades of Medium Orchid #AF5FF1

Tints of Medium Orchid #AF5FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.59%

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 34.25%
G = 18.59%
B = 47.16%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF5FF1 (or 0xAF5FF1) is known color: Medium Orchid. HEX triplet: AF, 5F and F1. RGB value is (175,95,241). Sum of RGB (Red+Green+Blue) = 175+95+241=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF5FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FF1 is #50A00E. Grayscale: #878787. Windows color (decimal): -5283855 or 15818671. OLE color: 15818671.

HSL color Cylindrical-coordinate representation of color #AF5FF1: hue angle of 272.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5FF1 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 95 241 -
CMYK 0.27 0.61 0 0.05
HSL 272.88º 0.84% 0.66% -
HSV(B) 272.88º 0.61% 0.95% -
XYZ 37.65 23.65 85.8 -
YUV 135.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 175 95 241 0.27 0.61 0 0.05 272.88 0.84 0.66
Hex AF 5F F1 1B 3D 0 5 111 54 42
Octal 257 137 361 33 75 0 5 421 124 102
Binary 10101111 1011111 11110001 11011 111101 0 101 100010001 1010100 1000010

Color Harmonies of #AF5FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FF1

Black with #AF5FF1

Text Example


Text Example

White with #AF5FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FF1; }

 p { color: rgb(175,95,241); }

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

background-color css

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

 a { background-color: rgb(175,95,241); }

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

border-color css

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

 span { border-color: rgb(175,95,241); }

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