Html Css Color HEX #AF5DDB Medium Orchid

📋 copy color: '#AF5DDB'

red 175 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #AF5DDB

Tints of Medium Orchid #AF5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

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

R = 35.93%
G = 19.1%
B = 44.97%

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

#AF5DDB (or 0xAF5DDB) is known color: Medium Orchid. HEX triplet: AF, 5D and DB. RGB value is (175,93,219). Sum of RGB (Red+Green+Blue) = 175+93+219=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DDB is #50A224. Grayscale: #838383. Windows color (decimal): -5284389 or 14376367. OLE color: 14376367.

HSL color Cylindrical-coordinate representation of color #AF5DDB: hue angle of 279.05º 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 #AF5DDB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 93 219 -
CMYK 0.20 0.58 0 0.14
HSL 279.05º 0.64% 0.61% -
HSV(B) 279.05º 0.58% 0.86% -
XYZ 34.38 22.06 69.46 -
YUV 131.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 175 93 219 0.20 0.58 0 0.14 279.05 0.64 0.61
Hex AF 5D DB 14 3A 0 E 117 40 3D
Octal 257 135 333 24 72 0 16 427 100 75
Binary 10101111 1011101 11011011 10100 111010 0 1110 100010111 1000000 111101

Color Harmonies of #AF5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DDB

Black with #AF5DDB

Text Example


Text Example

White with #AF5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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