Html Css Color HEX #A52CE5 Dark Orchid

📋 copy color: '#A52CE5'

red 165 ◦ green 44 ◦ blue 229

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

Shades of Dark Orchid #A52CE5

Tints of Dark Orchid #A52CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.05%

 BLUE value IS 229 (89.84% from 255) = 52.28%

R = 37.67%
G = 10.05%
B = 52.28%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A52CE5 (or 0xA52CE5) is known color: Dark Orchid. HEX triplet: A5, 2C and E5. RGB value is (165,44,229). Sum of RGB (Red+Green+Blue) = 165+44+229=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #A52CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CE5 is #5AD31A. Grayscale: #646464. Windows color (decimal): -5952283 or 15019173. OLE color: 15019173.

HSL color Cylindrical-coordinate representation of color #A52CE5: hue angle of 279.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52CE5 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 44 229 -
CMYK 0.28 0.81 0 0.10
HSL 279.24º 0.78% 0.54% -
HSV(B) 279.24º 0.81% 0.9% -
XYZ 30.56 15.46 75.5 -
YUV 101.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 165 44 229 0.28 0.81 0 0.10 279.24 0.78 0.54
Hex A5 2C E5 1C 51 0 A 117 4E 36
Octal 245 54 345 34 121 0 12 427 116 66
Binary 10100101 101100 11100101 11100 1010001 0 1010 100010111 1001110 110110

Color Harmonies of #A52CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CE5

Black with #A52CE5

Text Example


Text Example

White with #A52CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CE5; }

 p { color: rgb(165,44,229); }

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

background-color css

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

 a { background-color: rgb(165,44,229); }

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

border-color css

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

 span { border-color: rgb(165,44,229); }

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