Html Css Color HEX #A92CDB Dark Orchid

📋 copy color: '#A92CDB'

red 169 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #A92CDB

Tints of Dark Orchid #A92CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.19%

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 39.12%
G = 10.19%
B = 50.69%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A92CDB (or 0xA92CDB) is known color: Dark Orchid. HEX triplet: A9, 2C and DB. RGB value is (169,44,219). Sum of RGB (Red+Green+Blue) = 169+44+219=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #A92CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CDB is #56D324. Grayscale: #646464. Windows color (decimal): -5690149 or 14363817. OLE color: 14363817.

HSL color Cylindrical-coordinate representation of color #A92CDB: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92CDB is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 44 219 -
CMYK 0.23 0.80 0 0.14
HSL 282.86º 0.71% 0.52% -
HSV(B) 282.86º 0.8% 0.86% -
XYZ 30.05 15.35 68.4 -
YUV 101.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 169 44 219 0.23 0.80 0 0.14 282.86 0.71 0.52
Hex A9 2C DB 17 50 0 E 11B 47 34
Octal 251 54 333 27 120 0 16 433 107 64
Binary 10101001 101100 11011011 10111 1010000 0 1110 100011011 1000111 110100

Color Harmonies of #A92CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92CDB

Black with #A92CDB

Text Example


Text Example

White with #A92CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92CDB; }

 p { color: rgb(169,44,219); }

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

background-color css

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

 a { background-color: rgb(169,44,219); }

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

border-color css

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

 span { border-color: rgb(169,44,219); }

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