Html Css Color HEX #A92ECB Dark Orchid

📋 copy color: '#A92ECB'

red 169 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #A92ECB

Tints of Dark Orchid #A92ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 40.43%
G = 11%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A92ECB (or 0xA92ECB) is known color: Dark Orchid. HEX triplet: A9, 2E and CB. RGB value is (169,46,203). Sum of RGB (Red+Green+Blue) = 169+46+203=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #A92ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ECB is #56D134. Grayscale: #646464. Windows color (decimal): -5689653 or 13315753. OLE color: 13315753.

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

Color convert

RGB 169 46 203 -
CMYK 0.17 0.77 0 0.20
HSL 287.01º 0.63% 0.49% -
HSV(B) 287.01º 0.77% 0.8% -
XYZ 28.12 14.7 57.86 -
YUV 100.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 169 46 203 0.17 0.77 0 0.20 287.01 0.63 0.49
Hex A9 2E CB 11 4D 0 14 11F 3F 31
Octal 251 56 313 21 115 0 24 437 77 61
Binary 10101001 101110 11001011 10001 1001101 0 10100 100011111 111111 110001

Color Harmonies of #A92ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92ECB

Black with #A92ECB

Text Example


Text Example

White with #A92ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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