Html Css Color HEX #A755DB Medium Orchid

📋 copy color: '#A755DB'

red 167 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #A755DB

Tints of Medium Orchid #A755DB

RGB

 RED value IS 167 (65.63% from 255) = 35.46%

 GREEN value IS 85 (33.59% from 255) = 18.05%

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

R = 35.46%
G = 18.05%
B = 46.5%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A755DB (or 0xA755DB) is known color: Medium Orchid. HEX triplet: A7, 55 and DB. RGB value is (167,85,219). Sum of RGB (Red+Green+Blue) = 167+85+219=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A755DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755DB is #58AA24. Grayscale: #7C7C7C. Windows color (decimal): -5810725 or 14374311. OLE color: 14374311.

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

Color convert

RGB 167 85 219 -
CMYK 0.24 0.61 0 0.14
HSL 276.72º 0.65% 0.6% -
HSV(B) 276.72º 0.61% 0.86% -
XYZ 31.97 19.83 69.16 -
YUV 124.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 167 85 219 0.24 0.61 0 0.14 276.72 0.65 0.6
Hex A7 55 DB 18 3D 0 E 115 41 3C
Octal 247 125 333 30 75 0 16 425 101 74
Binary 10100111 1010101 11011011 11000 111101 0 1110 100010101 1000001 111100

Color Harmonies of #A755DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755DB

Black with #A755DB

Text Example


Text Example

White with #A755DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755DB; }

 p { color: rgb(167,85,219); }

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

background-color css

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

 a { background-color: rgb(167,85,219); }

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

border-color css

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

 span { border-color: rgb(167,85,219); }

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