Html Css Color HEX #A92BAE Dark Orchid

📋 copy color: '#A92BAE'

red 169 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #A92BAE

Tints of Dark Orchid #A92BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.14%

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 43.78%
G = 11.14%
B = 45.08%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A92BAE (or 0xA92BAE) is known color: Dark Orchid. HEX triplet: A9, 2B and AE. RGB value is (169,43,174). Sum of RGB (Red+Green+Blue) = 169+43+174=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #A92BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92BAE is #56D451. Grayscale: #5F5F5F. Windows color (decimal): -5690450 or 11414441. OLE color: 11414441.

HSL color Cylindrical-coordinate representation of color #A92BAE: hue angle of 297.71º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92BAE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 43 174 -
CMYK 0.03 0.75 0 0.32
HSL 297.71º 0.6% 0.43% -
HSV(B) 297.71º 0.75% 0.68% -
XYZ 24.87 13.22 41.29 -
YUV 95.61 172.24 180.35 -
System Red Green Blue C M Y K H S L
Decimal 169 43 174 0.03 0.75 0 0.32 297.71 0.6 0.43
Hex A9 2B AE 3 4B 0 20 12A 3C 2B
Octal 251 53 256 3 113 0 40 452 74 53
Binary 10101001 101011 10101110 11 1001011 0 100000 100101010 111100 101011

Color Harmonies of #A92BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92BAE

Black with #A92BAE

Text Example


Text Example

White with #A92BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92BAE; }

 p { color: rgb(169,43,174); }

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

background-color css

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

 a { background-color: rgb(169,43,174); }

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

border-color css

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

 span { border-color: rgb(169,43,174); }

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