Html Css Color HEX #A52CBA Dark Orchid

📋 copy color: '#A52CBA'

red 165 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #A52CBA

Tints of Dark Orchid #A52CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 41.77%
G = 11.14%
B = 47.09%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A52CBA (or 0xA52CBA) is known color: Dark Orchid. HEX triplet: A5, 2C and BA. RGB value is (165,44,186). Sum of RGB (Red+Green+Blue) = 165+44+186=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A52CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CBA is #5AD345. Grayscale: #5F5F5F. Windows color (decimal): -5952326 or 12201125. OLE color: 12201125.

HSL color Cylindrical-coordinate representation of color #A52CBA: hue angle of 291.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52CBA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 44 186 -
CMYK 0.11 0.76 0 0.27
HSL 291.13º 0.62% 0.45% -
HSV(B) 291.13º 0.76% 0.73% -
XYZ 25.28 13.35 47.7 -
YUV 96.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 165 44 186 0.11 0.76 0 0.27 291.13 0.62 0.45
Hex A5 2C BA B 4C 0 1B 123 3E 2D
Octal 245 54 272 13 114 0 33 443 76 55
Binary 10100101 101100 10111010 1011 1001100 0 11011 100100011 111110 101101

Color Harmonies of #A52CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CBA

Black with #A52CBA

Text Example


Text Example

White with #A52CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CBA; }

 p { color: rgb(165,44,186); }

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

background-color css

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

 a { background-color: rgb(165,44,186); }

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

border-color css

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

 span { border-color: rgb(165,44,186); }

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