Html Css Color HEX #A92FDB Dark Orchid

📋 copy color: '#A92FDB'

red 169 ◦ green 47 ◦ blue 219

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

Shades of Dark Orchid #A92FDB

Tints of Dark Orchid #A92FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.8%

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

R = 38.85%
G = 10.8%
B = 50.34%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A92FDB (or 0xA92FDB) is known color: Dark Orchid. HEX triplet: A9, 2F and DB. RGB value is (169,47,219). Sum of RGB (Red+Green+Blue) = 169+47+219=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A92FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FDB is #56D024. Grayscale: #666666. Windows color (decimal): -5689381 or 14364585. OLE color: 14364585.

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

Color convert

RGB 169 47 219 -
CMYK 0.23 0.79 0 0.14
HSL 282.56º 0.7% 0.52% -
HSV(B) 282.56º 0.79% 0.86% -
XYZ 30.16 15.58 68.44 -
YUV 103.09 193.42 175.01 -
System Red Green Blue C M Y K H S L
Decimal 169 47 219 0.23 0.79 0 0.14 282.56 0.7 0.52
Hex A9 2F DB 17 4F 0 E 11B 46 34
Octal 251 57 333 27 117 0 16 433 106 64
Binary 10101001 101111 11011011 10111 1001111 0 1110 100011011 1000110 110100

Color Harmonies of #A92FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FDB

Black with #A92FDB

Text Example


Text Example

White with #A92FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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