Html Css Color HEX #A547E0 Dark Orchid

📋 copy color: '#A547E0'

red 165 ◦ green 71 ◦ blue 224

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

Shades of Dark Orchid #A547E0

Tints of Dark Orchid #A547E0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.43%

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 35.87%
G = 15.43%
B = 48.7%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A547E0 (or 0xA547E0) is known color: Dark Orchid. HEX triplet: A5, 47 and E0. RGB value is (165,71,224). Sum of RGB (Red+Green+Blue) = 165+71+224=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #A547E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547E0 is #5AB81F. Grayscale: #747474. Windows color (decimal): -5945376 or 14698405. OLE color: 14698405.

HSL color Cylindrical-coordinate representation of color #A547E0: hue angle of 276.86º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A547E0 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 71 224 -
CMYK 0.26 0.68 0 0.12
HSL 276.86º 0.71% 0.58% -
HSV(B) 276.86º 0.68% 0.88% -
XYZ 31.22 17.89 72.33 -
YUV 116.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 165 71 224 0.26 0.68 0 0.12 276.86 0.71 0.58
Hex A5 47 E0 1A 44 0 C 115 47 3A
Octal 245 107 340 32 104 0 14 425 107 72
Binary 10100101 1000111 11100000 11010 1000100 0 1100 100010101 1000111 111010

Color Harmonies of #A547E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547E0

Black with #A547E0

Text Example


Text Example

White with #A547E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547E0; }

 p { color: rgb(165,71,224); }

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

background-color css

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

 a { background-color: rgb(165,71,224); }

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

border-color css

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

 span { border-color: rgb(165,71,224); }

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