Html Css Color HEX #A92BBD Dark Orchid

📋 copy color: '#A92BBD'

red 169 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #A92BBD

Tints of Dark Orchid #A92BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 42.14%
G = 10.72%
B = 47.13%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A92BBD (or 0xA92BBD) is known color: Dark Orchid. HEX triplet: A9, 2B and BD. RGB value is (169,43,189). Sum of RGB (Red+Green+Blue) = 169+43+189=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #A92BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BBD is #56D442. Grayscale: #606060. Windows color (decimal): -5690435 or 12397481. OLE color: 12397481.

HSL color Cylindrical-coordinate representation of color #A92BBD: hue angle of 291.78º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92BBD is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 43 189 -
CMYK 0.11 0.77 0 0.26
HSL 291.78º 0.63% 0.45% -
HSV(B) 291.78º 0.77% 0.74% -
XYZ 26.41 13.84 49.42 -
YUV 97.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 169 43 189 0.11 0.77 0 0.26 291.78 0.63 0.45
Hex A9 2B BD B 4D 0 1A 124 3F 2D
Octal 251 53 275 13 115 0 32 444 77 55
Binary 10101001 101011 10111101 1011 1001101 0 11010 100100100 111111 101101

Color Harmonies of #A92BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92BBD

Black with #A92BBD

Text Example


Text Example

White with #A92BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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