Html Css Color HEX #A547CB Dark Orchid

📋 copy color: '#A547CB'

red 165 ◦ green 71 ◦ blue 203

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

Shades of Dark Orchid #A547CB

Tints of Dark Orchid #A547CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 37.59%
G = 16.17%
B = 46.24%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A547CB (or 0xA547CB) is known color: Dark Orchid. HEX triplet: A5, 47 and CB. RGB value is (165,71,203). Sum of RGB (Red+Green+Blue) = 165+71+203=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #A547CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547CB is #5AB834. Grayscale: #717171. Windows color (decimal): -5945397 or 13322149. OLE color: 13322149.

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

Color convert

RGB 165 71 203 -
CMYK 0.19 0.65 0 0.20
HSL 282.73º 0.56% 0.54% -
HSV(B) 282.73º 0.65% 0.8% -
XYZ 28.55 16.82 58.24 -
YUV 114.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 165 71 203 0.19 0.65 0 0.20 282.73 0.56 0.54
Hex A5 47 CB 13 41 0 14 11B 38 36
Octal 245 107 313 23 101 0 24 433 70 66
Binary 10100101 1000111 11001011 10011 1000001 0 10100 100011011 111000 110110

Color Harmonies of #A547CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547CB

Black with #A547CB

Text Example


Text Example

White with #A547CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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