Html Css Color HEX #AF5BDB Medium Orchid

📋 copy color: '#AF5BDB'

red 175 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #AF5BDB

Tints of Medium Orchid #AF5BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 36.08%
G = 18.76%
B = 45.15%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF5BDB (or 0xAF5BDB) is known color: Medium Orchid. HEX triplet: AF, 5B and DB. RGB value is (175,91,219). Sum of RGB (Red+Green+Blue) = 175+91+219=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF5BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BDB is #50A424. Grayscale: #828282. Windows color (decimal): -5284901 or 14375855. OLE color: 14375855.

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

Color convert

RGB 175 91 219 -
CMYK 0.20 0.58 0 0.14
HSL 279.38º 0.64% 0.61% -
HSV(B) 279.38º 0.58% 0.86% -
XYZ 34.21 21.71 69.41 -
YUV 130.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 175 91 219 0.20 0.58 0 0.14 279.38 0.64 0.61
Hex AF 5B DB 14 3A 0 E 117 40 3D
Octal 257 133 333 24 72 0 16 427 100 75
Binary 10101111 1011011 11011011 10100 111010 0 1110 100010111 1000000 111101

Color Harmonies of #AF5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BDB

Black with #AF5BDB

Text Example


Text Example

White with #AF5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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