Html Css Color HEX #A926CB Dark Orchid

📋 copy color: '#A926CB'

red 169 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #A926CB

Tints of Dark Orchid #A926CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 41.22%
G = 9.27%
B = 49.51%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A926CB (or 0xA926CB) is known color: Dark Orchid. HEX triplet: A9, 26 and CB. RGB value is (169,38,203). Sum of RGB (Red+Green+Blue) = 169+38+203=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #A926CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926CB is #56D934. Grayscale: #5F5F5F. Windows color (decimal): -5691701 or 13313705. OLE color: 13313705.

HSL color Cylindrical-coordinate representation of color #A926CB: hue angle of 287.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A926CB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 38 203 -
CMYK 0.17 0.81 0 0.20
HSL 287.64º 0.68% 0.47% -
HSV(B) 287.64º 0.81% 0.8% -
XYZ 27.83 14.13 57.76 -
YUV 95.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 169 38 203 0.17 0.81 0 0.20 287.64 0.68 0.47
Hex A9 26 CB 11 51 0 14 120 44 2F
Octal 251 46 313 21 121 0 24 440 104 57
Binary 10101001 100110 11001011 10001 1010001 0 10100 100100000 1000100 101111

Color Harmonies of #A926CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926CB

Black with #A926CB

Text Example


Text Example

White with #A926CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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