Html Css Color HEX #A927DA Dark Orchid

📋 copy color: '#A927DA'

red 169 ◦ green 39 ◦ blue 218

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

Shades of Dark Orchid #A927DA

Tints of Dark Orchid #A927DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 39.67%
G = 9.15%
B = 51.17%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A927DA (or 0xA927DA) is known color: Dark Orchid. HEX triplet: A9, 27 and DA. RGB value is (169,39,218). Sum of RGB (Red+Green+Blue) = 169+39+218=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #A927DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927DA is #56D825. Grayscale: #616161. Windows color (decimal): -5691430 or 14297001. OLE color: 14297001.

HSL color Cylindrical-coordinate representation of color #A927DA: hue angle of 283.58º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A927DA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 39 218 -
CMYK 0.22 0.82 0 0.15
HSL 283.58º 0.71% 0.5% -
HSV(B) 283.58º 0.82% 0.85% -
XYZ 29.74 14.95 67.65 -
YUV 98.28 195.57 178.45 -
System Red Green Blue C M Y K H S L
Decimal 169 39 218 0.22 0.82 0 0.15 283.58 0.71 0.5
Hex A9 27 DA 16 52 0 F 11C 47 32
Octal 251 47 332 26 122 0 17 434 107 62
Binary 10101001 100111 11011010 10110 1010010 0 1111 100011100 1000111 110010

Color Harmonies of #A927DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A927DA

Black with #A927DA

Text Example


Text Example

White with #A927DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A927DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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