Html Css Color HEX #A92ECF Dark Orchid

📋 copy color: '#A92ECF'

red 169 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #A92ECF

Tints of Dark Orchid #A92ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.9%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 40.05%
G = 10.9%
B = 49.05%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A92ECF (or 0xA92ECF) is known color: Dark Orchid. HEX triplet: A9, 2E and CF. RGB value is (169,46,207). Sum of RGB (Red+Green+Blue) = 169+46+207=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #A92ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ECF is #56D130. Grayscale: #646464. Windows color (decimal): -5689649 or 13577897. OLE color: 13577897.

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

Color convert

RGB 169 46 207 -
CMYK 0.18 0.78 0 0.19
HSL 285.84º 0.64% 0.5% -
HSV(B) 285.84º 0.78% 0.81% -
XYZ 28.6 14.89 60.4 -
YUV 101.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 169 46 207 0.18 0.78 0 0.19 285.84 0.64 0.5
Hex A9 2E CF 12 4E 0 13 11E 40 32
Octal 251 56 317 22 116 0 23 436 100 62
Binary 10101001 101110 11001111 10010 1001110 0 10011 100011110 1000000 110010

Color Harmonies of #A92ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92ECF

Black with #A92ECF

Text Example


Text Example

White with #A92ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92ECF; }

 p { color: rgb(169,46,207); }

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

background-color css

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

 a { background-color: rgb(169,46,207); }

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

border-color css

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

 span { border-color: rgb(169,46,207); }

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