Html Css Color HEX #A929BC Dark Orchid

📋 copy color: '#A929BC'

red 169 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #A929BC

Tints of Dark Orchid #A929BC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.3%

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

R = 42.46%
G = 10.3%
B = 47.24%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A929BC (or 0xA929BC) is known color: Dark Orchid. HEX triplet: A9, 29 and BC. RGB value is (169,41,188). Sum of RGB (Red+Green+Blue) = 169+41+188=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A929BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A929BC is #56D643. Grayscale: #5F5F5F. Windows color (decimal): -5690948 or 12331433. OLE color: 12331433.

HSL color Cylindrical-coordinate representation of color #A929BC: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A929BC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 41 188 -
CMYK 0.10 0.78 0 0.26
HSL 292.24º 0.64% 0.45% -
HSV(B) 292.24º 0.78% 0.74% -
XYZ 26.23 13.65 48.83 -
YUV 96.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 169 41 188 0.10 0.78 0 0.26 292.24 0.64 0.45
Hex A9 29 BC A 4E 0 1A 124 40 2D
Octal 251 51 274 12 116 0 32 444 100 55
Binary 10101001 101001 10111100 1010 1001110 0 11010 100100100 1000000 101101

Color Harmonies of #A929BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A929BC

Black with #A929BC

Text Example


Text Example

White with #A929BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A929BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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