Html Css Color HEX #A548D5 Dark Orchid

📋 copy color: '#A548D5'

red 165 ◦ green 72 ◦ blue 213

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

Shades of Dark Orchid #A548D5

Tints of Dark Orchid #A548D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 36.67%
G = 16%
B = 47.33%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A548D5 (or 0xA548D5) is known color: Dark Orchid. HEX triplet: A5, 48 and D5. RGB value is (165,72,213). Sum of RGB (Red+Green+Blue) = 165+72+213=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #A548D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548D5 is #5AB72A. Grayscale: #737373. Windows color (decimal): -5945131 or 13977765. OLE color: 13977765.

HSL color Cylindrical-coordinate representation of color #A548D5: hue angle of 279.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A548D5 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 72 213 -
CMYK 0.23 0.66 0 0.16
HSL 279.57º 0.63% 0.56% -
HSV(B) 279.57º 0.66% 0.84% -
XYZ 29.84 17.44 64.74 -
YUV 115.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 165 72 213 0.23 0.66 0 0.16 279.57 0.63 0.56
Hex A5 48 D5 17 42 0 10 118 3F 38
Octal 245 110 325 27 102 0 20 430 77 70
Binary 10100101 1001000 11010101 10111 1000010 0 10000 100011000 111111 111000

Color Harmonies of #A548D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548D5

Black with #A548D5

Text Example


Text Example

White with #A548D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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