Html Css Color HEX #A736DB Dark Orchid

📋 copy color: '#A736DB'

red 167 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #A736DB

Tints of Dark Orchid #A736DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.27%

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

R = 37.95%
G = 12.27%
B = 49.77%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A736DB (or 0xA736DB) is known color: Dark Orchid. HEX triplet: A7, 36 and DB. RGB value is (167,54,219). Sum of RGB (Red+Green+Blue) = 167+54+219=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #A736DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736DB is #58C924. Grayscale: #6A6A6A. Windows color (decimal): -5818661 or 14366375. OLE color: 14366375.

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

Color convert

RGB 167 54 219 -
CMYK 0.24 0.75 0 0.14
HSL 281.09º 0.7% 0.54% -
HSV(B) 281.09º 0.75% 0.86% -
XYZ 30.04 15.97 68.52 -
YUV 106.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 167 54 219 0.24 0.75 0 0.14 281.09 0.7 0.54
Hex A7 36 DB 18 4B 0 E 119 46 36
Octal 247 66 333 30 113 0 16 431 106 66
Binary 10100111 110110 11011011 11000 1001011 0 1110 100011001 1000110 110110

Color Harmonies of #A736DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736DB

Black with #A736DB

Text Example


Text Example

White with #A736DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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