Html Css Color HEX #A92ABC Dark Orchid

📋 copy color: '#A92ABC'

red 169 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #A92ABC

Tints of Dark Orchid #A92ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.53%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 42.36%
G = 10.53%
B = 47.12%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A92ABC (or 0xA92ABC) is known color: Dark Orchid. HEX triplet: A9, 2A and BC. RGB value is (169,42,188). Sum of RGB (Red+Green+Blue) = 169+42+188=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #A92ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ABC is #56D543. Grayscale: #606060. Windows color (decimal): -5690692 or 12331689. OLE color: 12331689.

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

Color convert

RGB 169 42 188 -
CMYK 0.10 0.78 0 0.26
HSL 292.19º 0.63% 0.45% -
HSV(B) 292.19º 0.78% 0.74% -
XYZ 26.27 13.72 48.84 -
YUV 96.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 169 42 188 0.10 0.78 0 0.26 292.19 0.63 0.45
Hex A9 2A BC A 4E 0 1A 124 3F 2D
Octal 251 52 274 12 116 0 32 444 77 55
Binary 10101001 101010 10111100 1010 1001110 0 11010 100100100 111111 101101

Color Harmonies of #A92ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92ABC

Black with #A92ABC

Text Example


Text Example

White with #A92ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92ABC; }

 p { color: rgb(169,42,188); }

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

background-color css

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

 a { background-color: rgb(169,42,188); }

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

border-color css

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

 span { border-color: rgb(169,42,188); }

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