Html Css Color HEX #A927CF Dark Orchid

📋 copy color: '#A927CF'

red 169 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #A927CF

Tints of Dark Orchid #A927CF

RGB

 RED value IS 169 (66.41% from 255) = 40.72%

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

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

R = 40.72%
G = 9.4%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A927CF (or 0xA927CF) is known color: Dark Orchid. HEX triplet: A9, 27 and CF. RGB value is (169,39,207). Sum of RGB (Red+Green+Blue) = 169+39+207=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A927CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927CF is #56D830. Grayscale: #606060. Windows color (decimal): -5691441 or 13576105. OLE color: 13576105.

HSL color Cylindrical-coordinate representation of color #A927CF: hue angle of 286.43º 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 #A927CF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 39 207 -
CMYK 0.18 0.81 0 0.19
HSL 286.43º 0.68% 0.48% -
HSV(B) 286.43º 0.81% 0.81% -
XYZ 28.35 14.39 60.32 -
YUV 97.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 169 39 207 0.18 0.81 0 0.19 286.43 0.68 0.48
Hex A9 27 CF 12 51 0 13 11E 44 30
Octal 251 47 317 22 121 0 23 436 104 60
Binary 10101001 100111 11001111 10010 1010001 0 10011 100011110 1000100 110000

Color Harmonies of #A927CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A927CF

Black with #A927CF

Text Example


Text Example

White with #A927CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A927CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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