Html Css Color HEX #A328E1 Dark Orchid

📋 copy color: '#A328E1'

red 163 ◦ green 40 ◦ blue 225

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

Shades of Dark Orchid #A328E1

Tints of Dark Orchid #A328E1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.35%

 BLUE value IS 225 (88.28% from 255) = 52.57%

R = 38.08%
G = 9.35%
B = 52.57%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A328E1 (or 0xA328E1) is known color: Dark Orchid. HEX triplet: A3, 28 and E1. RGB value is (163,40,225). Sum of RGB (Red+Green+Blue) = 163+40+225=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #A328E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328E1 is #5CD71E. Grayscale: #616161. Windows color (decimal): -6084383 or 14756003. OLE color: 14756003.

HSL color Cylindrical-coordinate representation of color #A328E1: hue angle of 279.89º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A328E1 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 40 225 -
CMYK 0.28 0.82 0 0.12
HSL 279.89º 0.76% 0.52% -
HSV(B) 279.89º 0.82% 0.88% -
XYZ 29.45 14.74 72.53 -
YUV 97.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 163 40 225 0.28 0.82 0 0.12 279.89 0.76 0.52
Hex A3 28 E1 1C 52 0 C 118 4C 34
Octal 243 50 341 34 122 0 14 430 114 64
Binary 10100011 101000 11100001 11100 1010010 0 1100 100011000 1001100 110100

Color Harmonies of #A328E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328E1

Black with #A328E1

Text Example


Text Example

White with #A328E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328E1; }

 p { color: rgb(163,40,225); }

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

background-color css

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

 a { background-color: rgb(163,40,225); }

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

border-color css

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

 span { border-color: rgb(163,40,225); }

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