Html Css Color HEX #A52CBF Dark Orchid

📋 copy color: '#A52CBF'

red 165 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #A52CBF

Tints of Dark Orchid #A52CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 41.25%
G = 11%
B = 47.75%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A52CBF (or 0xA52CBF) is known color: Dark Orchid. HEX triplet: A5, 2C and BF. RGB value is (165,44,191). Sum of RGB (Red+Green+Blue) = 165+44+191=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #A52CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CBF is #5AD340. Grayscale: #606060. Windows color (decimal): -5952321 or 12528805. OLE color: 12528805.

HSL color Cylindrical-coordinate representation of color #A52CBF: hue angle of 289.39º degrees, saturation: 0.63, 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 #A52CBF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 44 191 -
CMYK 0.14 0.77 0 0.25
HSL 289.39º 0.63% 0.46% -
HSV(B) 289.39º 0.77% 0.75% -
XYZ 25.82 13.56 50.55 -
YUV 96.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 165 44 191 0.14 0.77 0 0.25 289.39 0.63 0.46
Hex A5 2C BF E 4D 0 19 121 3F 2E
Octal 245 54 277 16 115 0 31 441 77 56
Binary 10100101 101100 10111111 1110 1001101 0 11001 100100001 111111 101110

Color Harmonies of #A52CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CBF

Black with #A52CBF

Text Example


Text Example

White with #A52CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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