Html Css Color HEX #A52CDA Dark Orchid

📋 copy color: '#A52CDA'

red 165 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A52CDA

Tints of Dark Orchid #A52CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 38.64%
G = 10.3%
B = 51.05%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A52CDA (or 0xA52CDA) is known color: Dark Orchid. HEX triplet: A5, 2C and DA. RGB value is (165,44,218). Sum of RGB (Red+Green+Blue) = 165+44+218=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #A52CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CDA is #5AD325. Grayscale: #636363. Windows color (decimal): -5952294 or 14298277. OLE color: 14298277.

HSL color Cylindrical-coordinate representation of color #A52CDA: hue angle of 281.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52CDA is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 44 218 -
CMYK 0.24 0.80 0 0.15
HSL 281.72º 0.7% 0.51% -
HSV(B) 281.72º 0.8% 0.85% -
XYZ 29.07 14.86 67.67 -
YUV 100.02 194.59 174.35 -
System Red Green Blue C M Y K H S L
Decimal 165 44 218 0.24 0.80 0 0.15 281.72 0.7 0.51
Hex A5 2C DA 18 50 0 F 11A 46 33
Octal 245 54 332 30 120 0 17 432 106 63
Binary 10100101 101100 11011010 11000 1010000 0 1111 100011010 1000110 110011

Color Harmonies of #A52CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CDA

Black with #A52CDA

Text Example


Text Example

White with #A52CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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