Html Css Color HEX #A327CF Dark Orchid

📋 copy color: '#A327CF'

red 163 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #A327CF

Tints of Dark Orchid #A327CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 39.85%
G = 9.54%
B = 50.61%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A327CF (or 0xA327CF) is known color: Dark Orchid. HEX triplet: A3, 27 and CF. RGB value is (163,39,207). Sum of RGB (Red+Green+Blue) = 163+39+207=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #A327CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327CF is #5CD830. Grayscale: #5E5E5E. Windows color (decimal): -6084657 or 13576099. OLE color: 13576099.

HSL color Cylindrical-coordinate representation of color #A327CF: hue angle of 284.29º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A327CF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 39 207 -
CMYK 0.21 0.81 0 0.19
HSL 284.29º 0.68% 0.48% -
HSV(B) 284.29º 0.81% 0.81% -
XYZ 27.09 13.74 60.26 -
YUV 95.23 191.08 176.34 -
System Red Green Blue C M Y K H S L
Decimal 163 39 207 0.21 0.81 0 0.19 284.29 0.68 0.48
Hex A3 27 CF 15 51 0 13 11C 44 30
Octal 243 47 317 25 121 0 23 434 104 60
Binary 10100011 100111 11001111 10101 1010001 0 10011 100011100 1000100 110000

Color Harmonies of #A327CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327CF

Black with #A327CF

Text Example


Text Example

White with #A327CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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