Html Css Color HEX #A926B7 Dark Orchid

📋 copy color: '#A926B7'

red 169 ◦ green 38 ◦ blue 183

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

Shades of Dark Orchid #A926B7

Tints of Dark Orchid #A926B7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.74%

 BLUE value IS 183 (71.88% from 255) = 46.92%

R = 43.33%
G = 9.74%
B = 46.92%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A926B7 (or 0xA926B7) is known color: Dark Orchid. HEX triplet: A9, 26 and B7. RGB value is (169,38,183). Sum of RGB (Red+Green+Blue) = 169+38+183=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #A926B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926B7 is #56D948. Grayscale: #5D5D5D. Windows color (decimal): -5691721 or 12002985. OLE color: 12002985.

HSL color Cylindrical-coordinate representation of color #A926B7: hue angle of 294.21º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A926B7 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 38 183 -
CMYK 0.08 0.79 0 0.28
HSL 294.21º 0.66% 0.43% -
HSV(B) 294.21º 0.79% 0.72% -
XYZ 25.6 13.24 46.01 -
YUV 93.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 169 38 183 0.08 0.79 0 0.28 294.21 0.66 0.43
Hex A9 26 B7 8 4F 0 1C 126 42 2B
Octal 251 46 267 10 117 0 34 446 102 53
Binary 10101001 100110 10110111 1000 1001111 0 11100 100100110 1000010 101011

Color Harmonies of #A926B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926B7

Black with #A926B7

Text Example


Text Example

White with #A926B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926B7; }

 p { color: rgb(169,38,183); }

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

background-color css

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

 a { background-color: rgb(169,38,183); }

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

border-color css

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

 span { border-color: rgb(169,38,183); }

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