Html Css Color HEX #AF5BF3 Medium Orchid

📋 copy color: '#AF5BF3'

red 175 ◦ green 91 ◦ blue 243

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

Shades of Medium Orchid #AF5BF3

Tints of Medium Orchid #AF5BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 34.38%
G = 17.88%
B = 47.74%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF5BF3 (or 0xAF5BF3) is known color: Medium Orchid. HEX triplet: AF, 5B and F3. RGB value is (175,91,243). Sum of RGB (Red+Green+Blue) = 175+91+243=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF5BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BF3 is #50A40C. Grayscale: #848484. Windows color (decimal): -5284877 or 15948719. OLE color: 15948719.

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

Color convert

RGB 175 91 243 -
CMYK 0.28 0.63 0 0.05
HSL 273.16º 0.86% 0.65% -
HSV(B) 273.16º 0.63% 0.95% -
XYZ 37.6 23.07 87.26 -
YUV 133.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 175 91 243 0.28 0.63 0 0.05 273.16 0.86 0.65
Hex AF 5B F3 1C 3F 0 5 111 56 41
Octal 257 133 363 34 77 0 5 421 126 101
Binary 10101111 1011011 11110011 11100 111111 0 101 100010001 1010110 1000001

Color Harmonies of #AF5BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BF3

Black with #AF5BF3

Text Example


Text Example

White with #AF5BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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