Html Css Color HEX #A92DCA Dark Orchid

📋 copy color: '#A92DCA'

red 169 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #A92DCA

Tints of Dark Orchid #A92DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 40.63%
G = 10.82%
B = 48.56%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A92DCA (or 0xA92DCA) is known color: Dark Orchid. HEX triplet: A9, 2D and CA. RGB value is (169,45,202). Sum of RGB (Red+Green+Blue) = 169+45+202=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #A92DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DCA is #56D235. Grayscale: #636363. Windows color (decimal): -5689910 or 13249961. OLE color: 13249961.

HSL color Cylindrical-coordinate representation of color #A92DCA: hue angle of 287.39º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92DCA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 45 202 -
CMYK 0.16 0.78 0 0.21
HSL 287.39º 0.64% 0.48% -
HSV(B) 287.39º 0.78% 0.79% -
XYZ 27.96 14.58 57.22 -
YUV 99.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 169 45 202 0.16 0.78 0 0.21 287.39 0.64 0.48
Hex A9 2D CA 10 4E 0 15 11F 40 30
Octal 251 55 312 20 116 0 25 437 100 60
Binary 10101001 101101 11001010 10000 1001110 0 10101 100011111 1000000 110000

Color Harmonies of #A92DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DCA

Black with #A92DCA

Text Example


Text Example

White with #A92DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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