Html Css Color HEX #A548CE Dark Orchid

📋 copy color: '#A548CE'

red 165 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #A548CE

Tints of Dark Orchid #A548CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 37.25%
G = 16.25%
B = 46.5%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A548CE (or 0xA548CE) is known color: Dark Orchid. HEX triplet: A5, 48 and CE. RGB value is (165,72,206). Sum of RGB (Red+Green+Blue) = 165+72+206=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #A548CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548CE is #5AB731. Grayscale: #727272. Windows color (decimal): -5945138 or 13519013. OLE color: 13519013.

HSL color Cylindrical-coordinate representation of color #A548CE: hue angle of 281.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A548CE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 72 206 -
CMYK 0.20 0.65 0 0.19
HSL 281.64º 0.58% 0.55% -
HSV(B) 281.64º 0.65% 0.81% -
XYZ 28.97 17.09 60.16 -
YUV 115.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 165 72 206 0.20 0.65 0 0.19 281.64 0.58 0.55
Hex A5 48 CE 14 41 0 13 11A 3A 37
Octal 245 110 316 24 101 0 23 432 72 67
Binary 10100101 1001000 11001110 10100 1000001 0 10011 100011010 111010 110111

Color Harmonies of #A548CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548CE

Black with #A548CE

Text Example


Text Example

White with #A548CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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