Html Css Color HEX #A545CA Dark Orchid

📋 copy color: '#A545CA'

red 165 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #A545CA

Tints of Dark Orchid #A545CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 37.84%
G = 15.83%
B = 46.33%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A545CA (or 0xA545CA) is known color: Dark Orchid. HEX triplet: A5, 45 and CA. RGB value is (165,69,202). Sum of RGB (Red+Green+Blue) = 165+69+202=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #A545CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545CA is #5ABA35. Grayscale: #707070. Windows color (decimal): -5945910 or 13256101. OLE color: 13256101.

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

Color convert

RGB 165 69 202 -
CMYK 0.18 0.66 0 0.21
HSL 283.31º 0.56% 0.53% -
HSV(B) 283.31º 0.66% 0.79% -
XYZ 28.31 16.52 57.57 -
YUV 112.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 165 69 202 0.18 0.66 0 0.21 283.31 0.56 0.53
Hex A5 45 CA 12 42 0 15 11B 38 35
Octal 245 105 312 22 102 0 25 433 70 65
Binary 10100101 1000101 11001010 10010 1000010 0 10101 100011011 111000 110101

Color Harmonies of #A545CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545CA

Black with #A545CA

Text Example


Text Example

White with #A545CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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