Html Css Color HEX #A92DCD Dark Orchid

📋 copy color: '#A92DCD'

red 169 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #A92DCD

Tints of Dark Orchid #A92DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 40.33%
G = 10.74%
B = 48.93%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A92DCD (or 0xA92DCD) is known color: Dark Orchid. HEX triplet: A9, 2D and CD. RGB value is (169,45,205). Sum of RGB (Red+Green+Blue) = 169+45+205=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #A92DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DCD is #56D232. Grayscale: #636363. Windows color (decimal): -5689907 or 13446569. OLE color: 13446569.

HSL color Cylindrical-coordinate representation of color #A92DCD: hue angle of 286.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92DCD is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 45 205 -
CMYK 0.18 0.78 0 0.20
HSL 286.5º 0.64% 0.49% -
HSV(B) 286.5º 0.78% 0.8% -
XYZ 28.32 14.72 59.11 -
YUV 100.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 169 45 205 0.18 0.78 0 0.20 286.5 0.64 0.49
Hex A9 2D CD 12 4E 0 14 11E 40 31
Octal 251 55 315 22 116 0 24 436 100 61
Binary 10101001 101101 11001101 10010 1001110 0 10100 100011110 1000000 110001

Color Harmonies of #A92DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DCD

Black with #A92DCD

Text Example


Text Example

White with #A92DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DCD; }

 p { color: rgb(169,45,205); }

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

background-color css

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

 a { background-color: rgb(169,45,205); }

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

border-color css

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

 span { border-color: rgb(169,45,205); }

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