Html Css Color HEX #A448DA Dark Orchid

📋 copy color: '#A448DA'

red 164 ◦ green 72 ◦ blue 218

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

Shades of Dark Orchid #A448DA

Tints of Dark Orchid #A448DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 36.12%
G = 15.86%
B = 48.02%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A448DA (or 0xA448DA) is known color: Dark Orchid. HEX triplet: A4, 48 and DA. RGB value is (164,72,218). Sum of RGB (Red+Green+Blue) = 164+72+218=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #A448DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448DA is #5BB725. Grayscale: #737373. Windows color (decimal): -6010662 or 14305444. OLE color: 14305444.

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

Color convert

RGB 164 72 218 -
CMYK 0.25 0.67 0 0.15
HSL 277.81º 0.66% 0.57% -
HSV(B) 277.81º 0.67% 0.85% -
XYZ 30.28 17.59 68.13 -
YUV 116.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 164 72 218 0.25 0.67 0 0.15 277.81 0.66 0.57
Hex A4 48 DA 19 43 0 F 116 42 39
Octal 244 110 332 31 103 0 17 426 102 71
Binary 10100100 1001000 11011010 11001 1000011 0 1111 100010110 1000010 111001

Color Harmonies of #A448DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448DA

Black with #A448DA

Text Example


Text Example

White with #A448DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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