Html Css Color HEX #A32CDA Dark Orchid

📋 copy color: '#A32CDA'

red 163 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A32CDA

Tints of Dark Orchid #A32CDA

RGB

 RED value IS 163 (64.06% from 255) = 38.35%

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

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

R = 38.35%
G = 10.35%
B = 51.29%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A32CDA (or 0xA32CDA) is known color: Dark Orchid. HEX triplet: A3, 2C and DA. RGB value is (163,44,218). Sum of RGB (Red+Green+Blue) = 163+44+218=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #A32CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CDA is #5CD325. Grayscale: #626262. Windows color (decimal): -6083366 or 14298275. OLE color: 14298275.

HSL color Cylindrical-coordinate representation of color #A32CDA: hue angle of 281.03º 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 #A32CDA is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 44 218 -
CMYK 0.25 0.80 0 0.15
HSL 281.03º 0.7% 0.51% -
HSV(B) 281.03º 0.8% 0.85% -
XYZ 28.66 14.65 67.65 -
YUV 99.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 163 44 218 0.25 0.80 0 0.15 281.03 0.7 0.51
Hex A3 2C DA 19 50 0 F 119 46 33
Octal 243 54 332 31 120 0 17 431 106 63
Binary 10100011 101100 11011010 11001 1010000 0 1111 100011001 1000110 110011

Color Harmonies of #A32CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CDA

Black with #A32CDA

Text Example


Text Example

White with #A32CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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