Html Css Color HEX #A826BF Dark Orchid

📋 copy color: '#A826BF'

red 168 ◦ green 38 ◦ blue 191

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

Shades of Dark Orchid #A826BF

Tints of Dark Orchid #A826BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 42.32%
G = 9.57%
B = 48.11%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A826BF (or 0xA826BF) is known color: Dark Orchid. HEX triplet: A8, 26 and BF. RGB value is (168,38,191). Sum of RGB (Red+Green+Blue) = 168+38+191=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #A826BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826BF is #57D940. Grayscale: #5D5D5D. Windows color (decimal): -5757249 or 12527272. OLE color: 12527272.

HSL color Cylindrical-coordinate representation of color #A826BF: hue angle of 290.98º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A826BF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 38 191 -
CMYK 0.12 0.80 0 0.25
HSL 290.98º 0.67% 0.45% -
HSV(B) 290.98º 0.8% 0.75% -
XYZ 26.25 13.47 50.51 -
YUV 94.31 182.57 180.56 -
System Red Green Blue C M Y K H S L
Decimal 168 38 191 0.12 0.80 0 0.25 290.98 0.67 0.45
Hex A8 26 BF C 50 0 19 123 43 2D
Octal 250 46 277 14 120 0 31 443 103 55
Binary 10101000 100110 10111111 1100 1010000 0 11001 100100011 1000011 101101

Color Harmonies of #A826BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826BF

Black with #A826BF

Text Example


Text Example

White with #A826BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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