Html Css Color HEX #A927BD Dark Orchid

📋 copy color: '#A927BD'

red 169 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #A927BD

Tints of Dark Orchid #A927BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 42.57%
G = 9.82%
B = 47.61%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A927BD (or 0xA927BD) is known color: Dark Orchid. HEX triplet: A9, 27 and BD. RGB value is (169,39,189). Sum of RGB (Red+Green+Blue) = 169+39+189=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A927BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927BD is #56D842. Grayscale: #5E5E5E. Windows color (decimal): -5691459 or 12396457. OLE color: 12396457.

HSL color Cylindrical-coordinate representation of color #A927BD: hue angle of 292º 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 #A927BD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 39 189 -
CMYK 0.11 0.79 0 0.26
HSL 292º 0.66% 0.45% -
HSV(B) 292º 0.79% 0.74% -
XYZ 26.27 13.56 49.38 -
YUV 94.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 169 39 189 0.11 0.79 0 0.26 292 0.66 0.45
Hex A9 27 BD B 4F 0 1A 124 42 2D
Octal 251 47 275 13 117 0 32 444 102 55
Binary 10101001 100111 10111101 1011 1001111 0 11010 100100100 1000010 101101

Color Harmonies of #A927BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A927BD

Black with #A927BD

Text Example


Text Example

White with #A927BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A927BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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