Html Css Color HEX #A326BC Dark Orchid

📋 copy color: '#A326BC'

red 163 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #A326BC

Tints of Dark Orchid #A326BC

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

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

R = 41.9%
G = 9.77%
B = 48.33%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A326BC (or 0xA326BC) is known color: Dark Orchid. HEX triplet: A3, 26 and BC. RGB value is (163,38,188). Sum of RGB (Red+Green+Blue) = 163+38+188=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #A326BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326BC is #5CD943. Grayscale: #5C5C5C. Windows color (decimal): -6084932 or 12330659. OLE color: 12330659.

HSL color Cylindrical-coordinate representation of color #A326BC: hue angle of 290º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A326BC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 38 188 -
CMYK 0.13 0.80 0 0.26
HSL 290º 0.66% 0.44% -
HSV(B) 290º 0.8% 0.74% -
XYZ 24.87 12.8 48.74 -
YUV 92.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 163 38 188 0.13 0.80 0 0.26 290 0.66 0.44
Hex A3 26 BC D 50 0 1A 122 42 2C
Octal 243 46 274 15 120 0 32 442 102 54
Binary 10100011 100110 10111100 1101 1010000 0 11010 100100010 1000010 101100

Color Harmonies of #A326BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A326BC

Black with #A326BC

Text Example


Text Example

White with #A326BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A326BC; }

 p { color: rgb(163,38,188); }

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

background-color css

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

 a { background-color: rgb(163,38,188); }

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

border-color css

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

 span { border-color: rgb(163,38,188); }

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