Html Css Color HEX #A825CD Dark Orchid

📋 copy color: '#A825CD'

red 168 ◦ green 37 ◦ blue 205

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

Shades of Dark Orchid #A825CD

Tints of Dark Orchid #A825CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 40.98%
G = 9.02%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A825CD (or 0xA825CD) is known color: Dark Orchid. HEX triplet: A8, 25 and CD. RGB value is (168,37,205). Sum of RGB (Red+Green+Blue) = 168+37+205=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #A825CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825CD is #57DA32. Grayscale: #5E5E5E. Windows color (decimal): -5757491 or 13444520. OLE color: 13444520.

HSL color Cylindrical-coordinate representation of color #A825CD: hue angle of 286.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A825CD is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 37 205 -
CMYK 0.18 0.82 0 0.20
HSL 286.79º 0.69% 0.47% -
HSV(B) 286.79º 0.82% 0.8% -
XYZ 27.83 14.06 59 -
YUV 95.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 168 37 205 0.18 0.82 0 0.20 286.79 0.69 0.47
Hex A8 25 CD 12 52 0 14 11F 45 2F
Octal 250 45 315 22 122 0 24 437 105 57
Binary 10101000 100101 11001101 10010 1010010 0 10100 100011111 1000101 101111

Color Harmonies of #A825CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825CD

Black with #A825CD

Text Example


Text Example

White with #A825CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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