Html Css Color HEX #A52FBE Dark Orchid

📋 copy color: '#A52FBE'

red 165 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #A52FBE

Tints of Dark Orchid #A52FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 41.04%
G = 11.69%
B = 47.26%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A52FBE (or 0xA52FBE) is known color: Dark Orchid. HEX triplet: A5, 2F and BE. RGB value is (165,47,190). Sum of RGB (Red+Green+Blue) = 165+47+190=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #A52FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FBE is #5AD041. Grayscale: #626262. Windows color (decimal): -5951554 or 12464037. OLE color: 12464037.

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

Color convert

RGB 165 47 190 -
CMYK 0.13 0.75 0 0.25
HSL 289.51º 0.6% 0.46% -
HSV(B) 289.51º 0.75% 0.75% -
XYZ 25.83 13.75 50.01 -
YUV 98.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 165 47 190 0.13 0.75 0 0.25 289.51 0.6 0.46
Hex A5 2F BE D 4B 0 19 122 3C 2E
Octal 245 57 276 15 113 0 31 442 74 56
Binary 10100101 101111 10111110 1101 1001011 0 11001 100100010 111100 101110

Color Harmonies of #A52FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FBE

Black with #A52FBE

Text Example


Text Example

White with #A52FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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