Html Css Color HEX #A52BAE Dark Orchid

📋 copy color: '#A52BAE'

red 165 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #A52BAE

Tints of Dark Orchid #A52BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 43.19%
G = 11.26%
B = 45.55%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A52BAE (or 0xA52BAE) is known color: Dark Orchid. HEX triplet: A5, 2B and AE. RGB value is (165,43,174). Sum of RGB (Red+Green+Blue) = 165+43+174=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #A52BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BAE is #5AD451. Grayscale: #5E5E5E. Windows color (decimal): -5952594 or 11414437. OLE color: 11414437.

HSL color Cylindrical-coordinate representation of color #A52BAE: hue angle of 295.88º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52BAE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 43 174 -
CMYK 0.05 0.75 0 0.32
HSL 295.88º 0.6% 0.43% -
HSV(B) 295.88º 0.75% 0.68% -
XYZ 24.02 12.78 41.25 -
YUV 94.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 165 43 174 0.05 0.75 0 0.32 295.88 0.6 0.43
Hex A5 2B AE 5 4B 0 20 128 3C 2B
Octal 245 53 256 5 113 0 40 450 74 53
Binary 10100101 101011 10101110 101 1001011 0 100000 100101000 111100 101011

Color Harmonies of #A52BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BAE

Black with #A52BAE

Text Example


Text Example

White with #A52BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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