Html Css Color HEX #A545CB Dark Orchid

📋 copy color: '#A545CB'

red 165 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #A545CB

Tints of Dark Orchid #A545CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

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

R = 37.76%
G = 15.79%
B = 46.45%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A545CB (or 0xA545CB) is known color: Dark Orchid. HEX triplet: A5, 45 and CB. RGB value is (165,69,203). Sum of RGB (Red+Green+Blue) = 165+69+203=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #A545CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545CB is #5ABA34. Grayscale: #707070. Windows color (decimal): -5945909 or 13321637. OLE color: 13321637.

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

Color convert

RGB 165 69 203 -
CMYK 0.19 0.66 0 0.20
HSL 282.99º 0.56% 0.53% -
HSV(B) 282.99º 0.66% 0.8% -
XYZ 28.42 16.57 58.2 -
YUV 112.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 165 69 203 0.19 0.66 0 0.20 282.99 0.56 0.53
Hex A5 45 CB 13 42 0 14 11B 38 35
Octal 245 105 313 23 102 0 24 433 70 65
Binary 10100101 1000101 11001011 10011 1000010 0 10100 100011011 111000 110101

Color Harmonies of #A545CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545CB

Black with #A545CB

Text Example


Text Example

White with #A545CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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