Html Css Color HEX #A825C6 Dark Orchid

📋 copy color: '#A825C6'

red 168 ◦ green 37 ◦ blue 198

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

Shades of Dark Orchid #A825C6

Tints of Dark Orchid #A825C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.13%

R = 41.69%
G = 9.18%
B = 49.13%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A825C6 (or 0xA825C6) is known color: Dark Orchid. HEX triplet: A8, 25 and C6. RGB value is (168,37,198). Sum of RGB (Red+Green+Blue) = 168+37+198=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #A825C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825C6 is #57DA39. Grayscale: #5E5E5E. Windows color (decimal): -5757498 or 12985768. OLE color: 12985768.

HSL color Cylindrical-coordinate representation of color #A825C6: hue angle of 288.82º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A825C6 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 37 198 -
CMYK 0.15 0.81 0 0.22
HSL 288.82º 0.69% 0.46% -
HSV(B) 288.82º 0.81% 0.78% -
XYZ 27 13.73 54.65 -
YUV 94.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 168 37 198 0.15 0.81 0 0.22 288.82 0.69 0.46
Hex A8 25 C6 F 51 0 16 121 45 2E
Octal 250 45 306 17 121 0 26 441 105 56
Binary 10101000 100101 11000110 1111 1010001 0 10110 100100001 1000101 101110

Color Harmonies of #A825C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825C6

Black with #A825C6

Text Example


Text Example

White with #A825C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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