Html Css Color HEX #A52CC3 Dark Orchid

📋 copy color: '#A52CC3'

red 165 ◦ green 44 ◦ blue 195

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

Shades of Dark Orchid #A52CC3

Tints of Dark Orchid #A52CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.27%

R = 40.84%
G = 10.89%
B = 48.27%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A52CC3 (or 0xA52CC3) is known color: Dark Orchid. HEX triplet: A5, 2C and C3. RGB value is (165,44,195). Sum of RGB (Red+Green+Blue) = 165+44+195=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #A52CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CC3 is #5AD33C. Grayscale: #606060. Windows color (decimal): -5952317 or 12790949. OLE color: 12790949.

HSL color Cylindrical-coordinate representation of color #A52CC3: hue angle of 288.08º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52CC3 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 44 195 -
CMYK 0.15 0.77 0 0.24
HSL 288.08º 0.63% 0.47% -
HSV(B) 288.08º 0.77% 0.76% -
XYZ 26.27 13.74 52.9 -
YUV 97.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 165 44 195 0.15 0.77 0 0.24 288.08 0.63 0.47
Hex A5 2C C3 F 4D 0 18 120 3F 2F
Octal 245 54 303 17 115 0 30 440 77 57
Binary 10100101 101100 11000011 1111 1001101 0 11000 100100000 111111 101111

Color Harmonies of #A52CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CC3

Black with #A52CC3

Text Example


Text Example

White with #A52CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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