Html Css Color HEX #A52BAC Dark Orchid

📋 copy color: '#A52BAC'

red 165 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #A52BAC

Tints of Dark Orchid #A52BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 43.42%
G = 11.32%
B = 45.26%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A52BAC (or 0xA52BAC) is known color: Dark Orchid. HEX triplet: A5, 2B and AC. RGB value is (165,43,172). Sum of RGB (Red+Green+Blue) = 165+43+172=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #A52BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BAC is #5AD453. Grayscale: #5D5D5D. Windows color (decimal): -5952596 or 11283365. OLE color: 11283365.

HSL color Cylindrical-coordinate representation of color #A52BAC: hue angle of 296.74º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52BAC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 43 172 -
CMYK 0.04 0.75 0 0.33
HSL 296.74º 0.6% 0.42% -
HSV(B) 296.74º 0.75% 0.67% -
XYZ 23.83 12.71 40.23 -
YUV 94.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 165 43 172 0.04 0.75 0 0.33 296.74 0.6 0.42
Hex A5 2B AC 4 4B 0 21 129 3C 2A
Octal 245 53 254 4 113 0 41 451 74 52
Binary 10100101 101011 10101100 100 1001011 0 100001 100101001 111100 101010

Color Harmonies of #A52BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BAC

Black with #A52BAC

Text Example


Text Example

White with #A52BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BAC; }

 p { color: rgb(165,43,172); }

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

background-color css

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

 a { background-color: rgb(165,43,172); }

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

border-color css

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

 span { border-color: rgb(165,43,172); }

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