Html Css Color HEX #A52CCD Dark Orchid

📋 copy color: '#A52CCD'

red 165 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #A52CCD

Tints of Dark Orchid #A52CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 39.86%
G = 10.63%
B = 49.52%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A52CCD (or 0xA52CCD) is known color: Dark Orchid. HEX triplet: A5, 2C and CD. RGB value is (165,44,205). Sum of RGB (Red+Green+Blue) = 165+44+205=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #A52CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CCD is #5AD332. Grayscale: #626262. Windows color (decimal): -5952307 or 13446309. OLE color: 13446309.

HSL color Cylindrical-coordinate representation of color #A52CCD: hue angle of 285.09º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52CCD is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 44 205 -
CMYK 0.20 0.79 0 0.20
HSL 285.09º 0.65% 0.49% -
HSV(B) 285.09º 0.79% 0.8% -
XYZ 27.44 14.21 59.05 -
YUV 98.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 165 44 205 0.20 0.79 0 0.20 285.09 0.65 0.49
Hex A5 2C CD 14 4F 0 14 11D 41 31
Octal 245 54 315 24 117 0 24 435 101 61
Binary 10100101 101100 11001101 10100 1001111 0 10100 100011101 1000001 110001

Color Harmonies of #A52CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CCD

Black with #A52CCD

Text Example


Text Example

White with #A52CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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