Html Css Color HEX #A548D0 Dark Orchid

📋 copy color: '#A548D0'

red 165 ◦ green 72 ◦ blue 208

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

Shades of Dark Orchid #A548D0

Tints of Dark Orchid #A548D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.74%

R = 37.08%
G = 16.18%
B = 46.74%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A548D0 (or 0xA548D0) is known color: Dark Orchid. HEX triplet: A5, 48 and D0. RGB value is (165,72,208). Sum of RGB (Red+Green+Blue) = 165+72+208=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #A548D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548D0 is #5AB72F. Grayscale: #727272. Windows color (decimal): -5945136 or 13650085. OLE color: 13650085.

HSL color Cylindrical-coordinate representation of color #A548D0: hue angle of 281.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A548D0 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 72 208 -
CMYK 0.21 0.65 0 0.18
HSL 281.03º 0.59% 0.55% -
HSV(B) 281.03º 0.65% 0.82% -
XYZ 29.22 17.19 61.45 -
YUV 115.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 165 72 208 0.21 0.65 0 0.18 281.03 0.59 0.55
Hex A5 48 D0 15 41 0 12 119 3B 37
Octal 245 110 320 25 101 0 22 431 73 67
Binary 10100101 1001000 11010000 10101 1000001 0 10010 100011001 111011 110111

Color Harmonies of #A548D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548D0

Black with #A548D0

Text Example


Text Example

White with #A548D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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