Html Css Color HEX #A826B3 Dark Orchid

📋 copy color: '#A826B3'

red 168 ◦ green 38 ◦ blue 179

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

Shades of Dark Orchid #A826B3

Tints of Dark Orchid #A826B3

RGB

 RED value IS 168 (66.02% from 255) = 43.64%

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 43.64%
G = 9.87%
B = 46.49%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A826B3 (or 0xA826B3) is known color: Dark Orchid. HEX triplet: A8, 26 and B3. RGB value is (168,38,179). Sum of RGB (Red+Green+Blue) = 168+38+179=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #A826B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826B3 is #57D94C. Grayscale: #5C5C5C. Windows color (decimal): -5757261 or 11740840. OLE color: 11740840.

HSL color Cylindrical-coordinate representation of color #A826B3: hue angle of 295.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A826B3 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 38 179 -
CMYK 0.06 0.79 0 0.30
HSL 295.32º 0.65% 0.43% -
HSV(B) 295.32º 0.79% 0.7% -
XYZ 24.98 12.97 43.83 -
YUV 92.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 168 38 179 0.06 0.79 0 0.30 295.32 0.65 0.43
Hex A8 26 B3 6 4F 0 1E 127 41 2B
Octal 250 46 263 6 117 0 36 447 101 53
Binary 10101000 100110 10110011 110 1001111 0 11110 100100111 1000001 101011

Color Harmonies of #A826B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826B3

Black with #A826B3

Text Example


Text Example

White with #A826B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826B3; }

 p { color: rgb(168,38,179); }

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

background-color css

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

 a { background-color: rgb(168,38,179); }

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

border-color css

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

 span { border-color: rgb(168,38,179); }

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