Html Css Color HEX #A548DA Dark Orchid

📋 copy color: '#A548DA'

red 165 ◦ green 72 ◦ blue 218

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

Shades of Dark Orchid #A548DA

Tints of Dark Orchid #A548DA

RGB

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

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

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

R = 36.26%
G = 15.82%
B = 47.91%

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

#A548DA (or 0xA548DA) is known color: Dark Orchid. HEX triplet: A5, 48 and DA. RGB value is (165,72,218). Sum of RGB (Red+Green+Blue) = 165+72+218=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #A548DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548DA is #5AB725. Grayscale: #737373. Windows color (decimal): -5945126 or 14305445. OLE color: 14305445.

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

Color convert

RGB 165 72 218 -
CMYK 0.24 0.67 0 0.15
HSL 278.22º 0.66% 0.57% -
HSV(B) 278.22º 0.67% 0.85% -
XYZ 30.49 17.7 68.14 -
YUV 116.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 165 72 218 0.24 0.67 0 0.15 278.22 0.66 0.57
Hex A5 48 DA 18 43 0 F 116 42 39
Octal 245 110 332 30 103 0 17 426 102 71
Binary 10100101 1001000 11011010 11000 1000011 0 1111 100010110 1000010 111001

Color Harmonies of #A548DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548DA

Black with #A548DA

Text Example


Text Example

White with #A548DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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