Html Css Color HEX #AF5ADB Medium Orchid

📋 copy color: '#AF5ADB'

red 175 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #AF5ADB

Tints of Medium Orchid #AF5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

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

R = 36.16%
G = 18.6%
B = 45.25%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF5ADB (or 0xAF5ADB) is known color: Medium Orchid. HEX triplet: AF, 5A and DB. RGB value is (175,90,219). Sum of RGB (Red+Green+Blue) = 175+90+219=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ADB is #50A524. Grayscale: #818181. Windows color (decimal): -5285157 or 14375599. OLE color: 14375599.

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

Color convert

RGB 175 90 219 -
CMYK 0.20 0.59 0 0.14
HSL 279.53º 0.64% 0.61% -
HSV(B) 279.53º 0.59% 0.86% -
XYZ 34.12 21.54 69.38 -
YUV 130.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 175 90 219 0.20 0.59 0 0.14 279.53 0.64 0.61
Hex AF 5A DB 14 3B 0 E 118 40 3D
Octal 257 132 333 24 73 0 16 430 100 75
Binary 10101111 1011010 11011011 10100 111011 0 1110 100011000 1000000 111101

Color Harmonies of #AF5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ADB

Black with #AF5ADB

Text Example


Text Example

White with #AF5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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