Html Css Color HEX #AF5BF1 Medium Orchid

📋 copy color: '#AF5BF1'

red 175 ◦ green 91 ◦ blue 241

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

Shades of Medium Orchid #AF5BF1

Tints of Medium Orchid #AF5BF1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.95%

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

R = 34.52%
G = 17.95%
B = 47.53%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF5BF1 (or 0xAF5BF1) is known color: Medium Orchid. HEX triplet: AF, 5B and F1. RGB value is (175,91,241). Sum of RGB (Red+Green+Blue) = 175+91+241=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF5BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BF1 is #50A40E. Grayscale: #848484. Windows color (decimal): -5284879 or 15817647. OLE color: 15817647.

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

Color convert

RGB 175 91 241 -
CMYK 0.27 0.62 0 0.05
HSL 273.6º 0.84% 0.65% -
HSV(B) 273.6º 0.62% 0.95% -
XYZ 37.3 22.95 85.68 -
YUV 133.22 188.83 157.8 -
System Red Green Blue C M Y K H S L
Decimal 175 91 241 0.27 0.62 0 0.05 273.6 0.84 0.65
Hex AF 5B F1 1B 3E 0 5 112 54 41
Octal 257 133 361 33 76 0 5 422 124 101
Binary 10101111 1011011 11110001 11011 111110 0 101 100010010 1010100 1000001

Color Harmonies of #AF5BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BF1

Black with #AF5BF1

Text Example


Text Example

White with #AF5BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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