Html Css Color HEX #A548D9 Dark Orchid

📋 copy color: '#A548D9'

red 165 ◦ green 72 ◦ blue 217

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

Shades of Dark Orchid #A548D9

Tints of Dark Orchid #A548D9

RGB

 RED value IS 165 (64.84% from 255) = 36.34%

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

 BLUE value IS 217 (85.16% from 255) = 47.8%

R = 36.34%
G = 15.86%
B = 47.8%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A548D9 (or 0xA548D9) is known color: Dark Orchid. HEX triplet: A5, 48 and D9. RGB value is (165,72,217). Sum of RGB (Red+Green+Blue) = 165+72+217=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #A548D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548D9 is #5AB726. Grayscale: #737373. Windows color (decimal): -5945127 or 14239909. OLE color: 14239909.

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

Color convert

RGB 165 72 217 -
CMYK 0.24 0.67 0 0.15
HSL 278.48º 0.66% 0.57% -
HSV(B) 278.48º 0.67% 0.85% -
XYZ 30.36 17.64 67.45 -
YUV 116.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 165 72 217 0.24 0.67 0 0.15 278.48 0.66 0.57
Hex A5 48 D9 18 43 0 F 116 42 39
Octal 245 110 331 30 103 0 17 426 102 71
Binary 10100101 1001000 11011001 11000 1000011 0 1111 100010110 1000010 111001

Color Harmonies of #A548D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548D9

Black with #A548D9

Text Example


Text Example

White with #A548D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548D9; }

 p { color: rgb(165,72,217); }

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

background-color css

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

 a { background-color: rgb(165,72,217); }

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

border-color css

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

 span { border-color: rgb(165,72,217); }

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