Html Css Color HEX #A92BDB Dark Orchid

📋 copy color: '#A92BDB'

red 169 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #A92BDB

Tints of Dark Orchid #A92BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 39.21%
G = 9.98%
B = 50.81%

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

#A92BDB (or 0xA92BDB) is known color: Dark Orchid. HEX triplet: A9, 2B and DB. RGB value is (169,43,219). Sum of RGB (Red+Green+Blue) = 169+43+219=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A92BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BDB is #56D424. Grayscale: #646464. Windows color (decimal): -5690405 or 14363561. OLE color: 14363561.

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

Color convert

RGB 169 43 219 -
CMYK 0.23 0.80 0 0.14
HSL 282.95º 0.71% 0.51% -
HSV(B) 282.95º 0.8% 0.86% -
XYZ 30.01 15.28 68.38 -
YUV 100.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 169 43 219 0.23 0.80 0 0.14 282.95 0.71 0.51
Hex A9 2B DB 17 50 0 E 11B 47 33
Octal 251 53 333 27 120 0 16 433 107 63
Binary 10101001 101011 11011011 10111 1010000 0 1110 100011011 1000111 110011

Color Harmonies of #A92BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92BDB

Black with #A92BDB

Text Example


Text Example

White with #A92BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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