Html Css Color HEX #A926CF Dark Orchid

📋 copy color: '#A926CF'

red 169 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #A926CF

Tints of Dark Orchid #A926CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 40.82%
G = 9.18%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A926CF (or 0xA926CF) is known color: Dark Orchid. HEX triplet: A9, 26 and CF. RGB value is (169,38,207). Sum of RGB (Red+Green+Blue) = 169+38+207=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A926CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926CF is #56D930. Grayscale: #5F5F5F. Windows color (decimal): -5691697 or 13575849. OLE color: 13575849.

HSL color Cylindrical-coordinate representation of color #A926CF: hue angle of 286.51º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A926CF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 38 207 -
CMYK 0.18 0.82 0 0.19
HSL 286.51º 0.69% 0.48% -
HSV(B) 286.51º 0.82% 0.81% -
XYZ 28.32 14.33 60.3 -
YUV 96.44 190.4 179.76 -
System Red Green Blue C M Y K H S L
Decimal 169 38 207 0.18 0.82 0 0.19 286.51 0.69 0.48
Hex A9 26 CF 12 52 0 13 11F 45 30
Octal 251 46 317 22 122 0 23 437 105 60
Binary 10101001 100110 11001111 10010 1010010 0 10011 100011111 1000101 110000

Color Harmonies of #A926CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926CF

Black with #A926CF

Text Example


Text Example

White with #A926CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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