Html Css Color HEX #A544CA Dark Orchid

📋 copy color: '#A544CA'

red 165 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #A544CA

Tints of Dark Orchid #A544CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.63%

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

R = 37.93%
G = 15.63%
B = 46.44%

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

#A544CA (or 0xA544CA) is known color: Dark Orchid. HEX triplet: A5, 44 and CA. RGB value is (165,68,202). Sum of RGB (Red+Green+Blue) = 165+68+202=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A544CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544CA is #5ABB35. Grayscale: #6F6F6F. Windows color (decimal): -5946166 or 13255845. OLE color: 13255845.

HSL color Cylindrical-coordinate representation of color #A544CA: hue angle of 283.43º 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 #A544CA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 68 202 -
CMYK 0.18 0.66 0 0.21
HSL 283.43º 0.56% 0.53% -
HSV(B) 283.43º 0.66% 0.79% -
XYZ 28.24 16.4 57.55 -
YUV 112.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 165 68 202 0.18 0.66 0 0.21 283.43 0.56 0.53
Hex A5 44 CA 12 42 0 15 11B 38 35
Octal 245 104 312 22 102 0 25 433 70 65
Binary 10100101 1000100 11001010 10010 1000010 0 10101 100011011 111000 110101

Color Harmonies of #A544CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A544CA

Black with #A544CA

Text Example


Text Example

White with #A544CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A544CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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