Html Css Color HEX #AF5BF8 Medium Orchid

📋 copy color: '#AF5BF8'

red 175 ◦ green 91 ◦ blue 248

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

Shades of Medium Orchid #AF5BF8

Tints of Medium Orchid #AF5BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.25%

R = 34.05%
G = 17.7%
B = 48.25%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF5BF8 (or 0xAF5BF8) is known color: Medium Orchid. HEX triplet: AF, 5B and F8. RGB value is (175,91,248). Sum of RGB (Red+Green+Blue) = 175+91+248=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF5BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BF8 is #50A407. Grayscale: #858585. Windows color (decimal): -5284872 or 16276399. OLE color: 16276399.

HSL color Cylindrical-coordinate representation of color #AF5BF8: hue angle of 272.1º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5BF8 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 91 248 -
CMYK 0.29 0.63 0 0.03
HSL 272.1º 0.92% 0.66% -
HSV(B) 272.1º 0.63% 0.97% -
XYZ 38.36 23.37 91.3 -
YUV 134.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 175 91 248 0.29 0.63 0 0.03 272.1 0.92 0.66
Hex AF 5B F8 1D 3F 0 3 110 5C 42
Octal 257 133 370 35 77 0 3 420 134 102
Binary 10101111 1011011 11111000 11101 111111 0 11 100010000 1011100 1000010

Color Harmonies of #AF5BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BF8

Black with #AF5BF8

Text Example


Text Example

White with #AF5BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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