Html Css Color HEX #A447DA Dark Orchid

📋 copy color: '#A447DA'

red 164 ◦ green 71 ◦ blue 218

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

Shades of Dark Orchid #A447DA

Tints of Dark Orchid #A447DA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.67%

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

R = 36.2%
G = 15.67%
B = 48.12%

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

#A447DA (or 0xA447DA) is known color: Dark Orchid. HEX triplet: A4, 47 and DA. RGB value is (164,71,218). Sum of RGB (Red+Green+Blue) = 164+71+218=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #A447DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447DA is #5BB825. Grayscale: #737373. Windows color (decimal): -6010918 or 14305188. OLE color: 14305188.

HSL color Cylindrical-coordinate representation of color #A447DA: hue angle of 277.96º degrees, saturation: 0.67, 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 #A447DA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 71 218 -
CMYK 0.25 0.67 0 0.15
HSL 277.96º 0.67% 0.57% -
HSV(B) 277.96º 0.67% 0.85% -
XYZ 30.22 17.46 68.11 -
YUV 115.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 164 71 218 0.25 0.67 0 0.15 277.96 0.67 0.57
Hex A4 47 DA 19 43 0 F 116 43 39
Octal 244 107 332 31 103 0 17 426 103 71
Binary 10100100 1000111 11011010 11001 1000011 0 1111 100010110 1000011 111001

Color Harmonies of #A447DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A447DA

Black with #A447DA

Text Example


Text Example

White with #A447DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A447DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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