Html Css Color HEX #A92FB1 Dark Orchid

📋 copy color: '#A92FB1'

red 169 ◦ green 47 ◦ blue 177

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

Shades of Dark Orchid #A92FB1

Tints of Dark Orchid #A92FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.96%

 BLUE value IS 177 (69.53% from 255) = 45.04%

R = 43%
G = 11.96%
B = 45.04%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A92FB1 (or 0xA92FB1) is known color: Dark Orchid. HEX triplet: A9, 2F and B1. RGB value is (169,47,177). Sum of RGB (Red+Green+Blue) = 169+47+177=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #A92FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92FB1 is #56D04E. Grayscale: #616161. Windows color (decimal): -5689423 or 11612073. OLE color: 11612073.

HSL color Cylindrical-coordinate representation of color #A92FB1: hue angle of 296.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92FB1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 47 177 -
CMYK 0.05 0.73 0 0.31
HSL 296.31º 0.58% 0.44% -
HSV(B) 296.31º 0.73% 0.69% -
XYZ 25.31 13.64 42.89 -
YUV 98.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 169 47 177 0.05 0.73 0 0.31 296.31 0.58 0.44
Hex A9 2F B1 5 49 0 1F 128 3A 2C
Octal 251 57 261 5 111 0 37 450 72 54
Binary 10101001 101111 10110001 101 1001001 0 11111 100101000 111010 101100

Color Harmonies of #A92FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FB1

Black with #A92FB1

Text Example


Text Example

White with #A92FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FB1; }

 p { color: rgb(169,47,177); }

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

background-color css

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

 a { background-color: rgb(169,47,177); }

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

border-color css

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

 span { border-color: rgb(169,47,177); }

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