Html Css Color HEX #A448DB Dark Orchid

📋 copy color: '#A448DB'

red 164 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #A448DB

Tints of Dark Orchid #A448DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.82%

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

R = 36.04%
G = 15.82%
B = 48.13%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A448DB (or 0xA448DB) is known color: Dark Orchid. HEX triplet: A4, 48 and DB. RGB value is (164,72,219). Sum of RGB (Red+Green+Blue) = 164+72+219=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A448DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448DB is #5BB724. Grayscale: #737373. Windows color (decimal): -6010661 or 14370980. OLE color: 14370980.

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

Color convert

RGB 164 72 219 -
CMYK 0.25 0.67 0 0.14
HSL 277.55º 0.67% 0.57% -
HSV(B) 277.55º 0.67% 0.86% -
XYZ 30.41 17.64 68.82 -
YUV 116.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 164 72 219 0.25 0.67 0 0.14 277.55 0.67 0.57
Hex A4 48 DB 19 43 0 E 116 43 39
Octal 244 110 333 31 103 0 16 426 103 71
Binary 10100100 1001000 11011011 11001 1000011 0 1110 100010110 1000011 111001

Color Harmonies of #A448DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448DB

Black with #A448DB

Text Example


Text Example

White with #A448DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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