Html Css Color HEX #A52FBD Dark Orchid

📋 copy color: '#A52FBD'

red 165 ◦ green 47 ◦ blue 189

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

Shades of Dark Orchid #A52FBD

Tints of Dark Orchid #A52FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 41.15%
G = 11.72%
B = 47.13%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A52FBD (or 0xA52FBD) is known color: Dark Orchid. HEX triplet: A5, 2F and BD. RGB value is (165,47,189). Sum of RGB (Red+Green+Blue) = 165+47+189=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #A52FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FBD is #5AD042. Grayscale: #626262. Windows color (decimal): -5951555 or 12398501. OLE color: 12398501.

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

Color convert

RGB 165 47 189 -
CMYK 0.13 0.75 0 0.26
HSL 289.86º 0.6% 0.46% -
HSV(B) 289.86º 0.75% 0.74% -
XYZ 25.72 13.71 49.43 -
YUV 98.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 165 47 189 0.13 0.75 0 0.26 289.86 0.6 0.46
Hex A5 2F BD D 4B 0 1A 122 3C 2E
Octal 245 57 275 15 113 0 32 442 74 56
Binary 10100101 101111 10111101 1101 1001011 0 11010 100100010 111100 101110

Color Harmonies of #A52FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FBD

Black with #A52FBD

Text Example


Text Example

White with #A52FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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