Html Css Color HEX #A825BA Dark Orchid

📋 copy color: '#A825BA'

red 168 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #A825BA

Tints of Dark Orchid #A825BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.46%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 42.97%
G = 9.46%
B = 47.57%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A825BA (or 0xA825BA) is known color: Dark Orchid. HEX triplet: A8, 25 and BA. RGB value is (168,37,186). Sum of RGB (Red+Green+Blue) = 168+37+186=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A825BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825BA is #57DA45. Grayscale: #5C5C5C. Windows color (decimal): -5757510 or 12199336. OLE color: 12199336.

HSL color Cylindrical-coordinate representation of color #A825BA: hue angle of 292.75º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A825BA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 37 186 -
CMYK 0.10 0.80 0 0.27
HSL 292.75º 0.67% 0.44% -
HSV(B) 292.75º 0.8% 0.73% -
XYZ 25.67 13.19 47.65 -
YUV 93.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 168 37 186 0.10 0.80 0 0.27 292.75 0.67 0.44
Hex A8 25 BA A 50 0 1B 125 43 2C
Octal 250 45 272 12 120 0 33 445 103 54
Binary 10101000 100101 10111010 1010 1010000 0 11011 100100101 1000011 101100

Color Harmonies of #A825BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825BA

Black with #A825BA

Text Example


Text Example

White with #A825BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825BA; }

 p { color: rgb(168,37,186); }

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

background-color css

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

 a { background-color: rgb(168,37,186); }

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

border-color css

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

 span { border-color: rgb(168,37,186); }

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