Html Css Color HEX #A52CBE Dark Orchid

📋 copy color: '#A52CBE'

red 165 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #A52CBE

Tints of Dark Orchid #A52CBE

RGB

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

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

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

R = 41.35%
G = 11.03%
B = 47.62%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A52CBE (or 0xA52CBE) is known color: Dark Orchid. HEX triplet: A5, 2C and BE. RGB value is (165,44,190). Sum of RGB (Red+Green+Blue) = 165+44+190=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #A52CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CBE is #5AD341. Grayscale: #606060. Windows color (decimal): -5952322 or 12463269. OLE color: 12463269.

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

Color convert

RGB 165 44 190 -
CMYK 0.13 0.77 0 0.25
HSL 289.73º 0.62% 0.46% -
HSV(B) 289.73º 0.77% 0.75% -
XYZ 25.71 13.52 49.97 -
YUV 96.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 165 44 190 0.13 0.77 0 0.25 289.73 0.62 0.46
Hex A5 2C BE D 4D 0 19 122 3E 2E
Octal 245 54 276 15 115 0 31 442 76 56
Binary 10100101 101100 10111110 1101 1001101 0 11001 100100010 111110 101110

Color Harmonies of #A52CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CBE

Black with #A52CBE

Text Example


Text Example

White with #A52CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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