Html Css Color HEX #A92CDA Dark Orchid

📋 copy color: '#A92CDA'

red 169 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A92CDA

Tints of Dark Orchid #A92CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 39.21%
G = 10.21%
B = 50.58%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A92CDA (or 0xA92CDA) is known color: Dark Orchid. HEX triplet: A9, 2C and DA. RGB value is (169,44,218). Sum of RGB (Red+Green+Blue) = 169+44+218=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #A92CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CDA is #56D325. Grayscale: #646464. Windows color (decimal): -5690150 or 14298281. OLE color: 14298281.

HSL color Cylindrical-coordinate representation of color #A92CDA: hue angle of 283.1º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92CDA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 44 218 -
CMYK 0.22 0.80 0 0.15
HSL 283.1º 0.7% 0.51% -
HSV(B) 283.1º 0.8% 0.85% -
XYZ 29.92 15.3 67.71 -
YUV 101.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 169 44 218 0.22 0.80 0 0.15 283.1 0.7 0.51
Hex A9 2C DA 16 50 0 F 11B 46 33
Octal 251 54 332 26 120 0 17 433 106 63
Binary 10101001 101100 11011010 10110 1010000 0 1111 100011011 1000110 110011

Color Harmonies of #A92CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92CDA

Black with #A92CDA

Text Example


Text Example

White with #A92CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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