Html Css Color HEX #A727CC Dark Orchid

📋 copy color: '#A727CC'

red 167 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #A727CC

Tints of Dark Orchid #A727CC

RGB

 RED value IS 167 (65.63% from 255) = 40.73%

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 40.73%
G = 9.51%
B = 49.76%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A727CC (or 0xA727CC) is known color: Dark Orchid. HEX triplet: A7, 27 and CC. RGB value is (167,39,204). Sum of RGB (Red+Green+Blue) = 167+39+204=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #A727CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727CC is #58D833. Grayscale: #5F5F5F. Windows color (decimal): -5822516 or 13379495. OLE color: 13379495.

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

Color convert

RGB 167 39 204 -
CMYK 0.18 0.81 0 0.2
HSL 286.55º 0.68% 0.48% -
HSV(B) 286.55º 0.81% 0.8% -
XYZ 27.56 14.03 58.38 -
YUV 96.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 167 39 204 0.18 0.81 0 0.2 286.55 0.68 0.48
Hex A7 27 CC 12 51 0 14 11F 44 30
Octal 247 47 314 22 121 0 24 437 104 60
Binary 10100111 100111 11001100 10010 1010001 0 10100 100011111 1000100 110000

Color Harmonies of #A727CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A727CC

Black with #A727CC

Text Example


Text Example

White with #A727CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A727CC; }

 p { color: rgb(167,39,204); }

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

background-color css

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

 a { background-color: rgb(167,39,204); }

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

border-color css

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

 span { border-color: rgb(167,39,204); }

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