Html Css Color HEX #A927BC Dark Orchid

📋 copy color: '#A927BC'

red 169 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #A927BC

Tints of Dark Orchid #A927BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 42.68%
G = 9.85%
B = 47.47%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A927BC (or 0xA927BC) is known color: Dark Orchid. HEX triplet: A9, 27 and BC. RGB value is (169,39,188). Sum of RGB (Red+Green+Blue) = 169+39+188=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #A927BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927BC is #56D843. Grayscale: #5E5E5E. Windows color (decimal): -5691460 or 12330921. OLE color: 12330921.

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

Color convert

RGB 169 39 188 -
CMYK 0.10 0.79 0 0.26
HSL 292.35º 0.66% 0.45% -
HSV(B) 292.35º 0.79% 0.74% -
XYZ 26.16 13.52 48.81 -
YUV 94.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 169 39 188 0.10 0.79 0 0.26 292.35 0.66 0.45
Hex A9 27 BC A 4F 0 1A 124 42 2D
Octal 251 47 274 12 117 0 32 444 102 55
Binary 10101001 100111 10111100 1010 1001111 0 11010 100100100 1000010 101101

Color Harmonies of #A927BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A927BC

Black with #A927BC

Text Example


Text Example

White with #A927BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A927BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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