Html Css Color HEX #A445DB Dark Orchid

📋 copy color: '#A445DB'

red 164 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #A445DB

Tints of Dark Orchid #A445DB

RGB

 RED value IS 164 (64.45% from 255) = 36.28%

 GREEN value IS 69 (27.34% from 255) = 15.27%

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

R = 36.28%
G = 15.27%
B = 48.45%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A445DB (or 0xA445DB) is known color: Dark Orchid. HEX triplet: A4, 45 and DB. RGB value is (164,69,219). Sum of RGB (Red+Green+Blue) = 164+69+219=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #A445DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445DB is #5BBA24. Grayscale: #727272. Windows color (decimal): -6011429 or 14370212. OLE color: 14370212.

HSL color Cylindrical-coordinate representation of color #A445DB: hue angle of 278º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A445DB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 69 219 -
CMYK 0.25 0.68 0 0.14
HSL 278º 0.68% 0.56% -
HSV(B) 278º 0.68% 0.86% -
XYZ 30.22 17.26 68.76 -
YUV 114.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 164 69 219 0.25 0.68 0 0.14 278 0.68 0.56
Hex A4 45 DB 19 44 0 E 116 44 38
Octal 244 105 333 31 104 0 16 426 104 70
Binary 10100100 1000101 11011011 11001 1000100 0 1110 100010110 1000100 111000

Color Harmonies of #A445DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A445DB

Black with #A445DB

Text Example


Text Example

White with #A445DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A445DB; }

 p { color: rgb(164,69,219); }

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

background-color css

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

 a { background-color: rgb(164,69,219); }

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

border-color css

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

 span { border-color: rgb(164,69,219); }

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