Html Css Color HEX #A52FBA Dark Orchid

📋 copy color: '#A52FBA'

red 165 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #A52FBA

Tints of Dark Orchid #A52FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.81%

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

R = 41.46%
G = 11.81%
B = 46.73%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A52FBA (or 0xA52FBA) is known color: Dark Orchid. HEX triplet: A5, 2F and BA. RGB value is (165,47,186). Sum of RGB (Red+Green+Blue) = 165+47+186=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #A52FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FBA is #5AD045. Grayscale: #616161. Windows color (decimal): -5951558 or 12201893. OLE color: 12201893.

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

Color convert

RGB 165 47 186 -
CMYK 0.11 0.75 0 0.27
HSL 290.94º 0.6% 0.46% -
HSV(B) 290.94º 0.75% 0.73% -
XYZ 25.4 13.58 47.74 -
YUV 98.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 165 47 186 0.11 0.75 0 0.27 290.94 0.6 0.46
Hex A5 2F BA B 4B 0 1B 123 3C 2E
Octal 245 57 272 13 113 0 33 443 74 56
Binary 10100101 101111 10111010 1011 1001011 0 11011 100100011 111100 101110

Color Harmonies of #A52FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FBA

Black with #A52FBA

Text Example


Text Example

White with #A52FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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