Html Css Color HEX #AF5BDA Medium Orchid

📋 copy color: '#AF5BDA'

red 175 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #AF5BDA

Tints of Medium Orchid #AF5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 36.16%
G = 18.8%
B = 45.04%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF5BDA (or 0xAF5BDA) is known color: Medium Orchid. HEX triplet: AF, 5B and DA. RGB value is (175,91,218). Sum of RGB (Red+Green+Blue) = 175+91+218=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BDA is #50A425. Grayscale: #828282. Windows color (decimal): -5284902 or 14310319. OLE color: 14310319.

HSL color Cylindrical-coordinate representation of color #AF5BDA: hue angle of 279.69º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5BDA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 91 218 -
CMYK 0.20 0.58 0 0.15
HSL 279.69º 0.63% 0.61% -
HSV(B) 279.69º 0.58% 0.85% -
XYZ 34.08 21.66 68.71 -
YUV 130.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 175 91 218 0.20 0.58 0 0.15 279.69 0.63 0.61
Hex AF 5B DA 14 3A 0 F 118 3F 3D
Octal 257 133 332 24 72 0 17 430 77 75
Binary 10101111 1011011 11011010 10100 111010 0 1111 100011000 111111 111101

Color Harmonies of #AF5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BDA

Black with #AF5BDA

Text Example


Text Example

White with #AF5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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