Html Css Color HEX #AF3BF1 Medium Orchid

📋 copy color: '#AF3BF1'

red 175 ◦ green 59 ◦ blue 241

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

Shades of Medium Orchid #AF3BF1

Tints of Medium Orchid #AF3BF1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.42%

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

R = 36.84%
G = 12.42%
B = 50.74%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF3BF1 (or 0xAF3BF1) is known color: Medium Orchid. HEX triplet: AF, 3B and F1. RGB value is (175,59,241). Sum of RGB (Red+Green+Blue) = 175+59+241=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF3BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BF1 is #50C40E. Grayscale: #717171. Windows color (decimal): -5293071 or 15809455. OLE color: 15809455.

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

Color convert

RGB 175 59 241 -
CMYK 0.27 0.76 0 0.05
HSL 278.24º 0.87% 0.59% -
HSV(B) 278.24º 0.76% 0.95% -
XYZ 35.12 18.59 84.96 -
YUV 114.43 199.43 171.2 -
System Red Green Blue C M Y K H S L
Decimal 175 59 241 0.27 0.76 0 0.05 278.24 0.87 0.59
Hex AF 3B F1 1B 4C 0 5 116 57 3B
Octal 257 73 361 33 114 0 5 426 127 73
Binary 10101111 111011 11110001 11011 1001100 0 101 100010110 1010111 111011

Color Harmonies of #AF3BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BF1

Black with #AF3BF1

Text Example


Text Example

White with #AF3BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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