Html Css Color HEX #A327BC Dark Orchid

📋 copy color: '#A327BC'

red 163 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #A327BC

Tints of Dark Orchid #A327BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10%

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 41.79%
G = 10%
B = 48.21%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A327BC (or 0xA327BC) is known color: Dark Orchid. HEX triplet: A3, 27 and BC. RGB value is (163,39,188). Sum of RGB (Red+Green+Blue) = 163+39+188=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #A327BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327BC is #5CD843. Grayscale: #5C5C5C. Windows color (decimal): -6084676 or 12330915. OLE color: 12330915.

HSL color Cylindrical-coordinate representation of color #A327BC: hue angle of 289.93º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A327BC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 39 188 -
CMYK 0.13 0.79 0 0.26
HSL 289.93º 0.66% 0.45% -
HSV(B) 289.93º 0.79% 0.74% -
XYZ 24.91 12.87 48.75 -
YUV 93.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 163 39 188 0.13 0.79 0 0.26 289.93 0.66 0.45
Hex A3 27 BC D 4F 0 1A 122 42 2D
Octal 243 47 274 15 117 0 32 442 102 55
Binary 10100011 100111 10111100 1101 1001111 0 11010 100100010 1000010 101101

Color Harmonies of #A327BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327BC

Black with #A327BC

Text Example


Text Example

White with #A327BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327BC; }

 p { color: rgb(163,39,188); }

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

background-color css

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

 a { background-color: rgb(163,39,188); }

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

border-color css

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

 span { border-color: rgb(163,39,188); }

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