Html Css Color HEX #A828CD Dark Orchid

📋 copy color: '#A828CD'

red 168 ◦ green 40 ◦ blue 205

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

Shades of Dark Orchid #A828CD

Tints of Dark Orchid #A828CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.69%

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

R = 40.68%
G = 9.69%
B = 49.64%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A828CD (or 0xA828CD) is known color: Dark Orchid. HEX triplet: A8, 28 and CD. RGB value is (168,40,205). Sum of RGB (Red+Green+Blue) = 168+40+205=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #A828CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828CD is #57D732. Grayscale: #606060. Windows color (decimal): -5756723 or 13445288. OLE color: 13445288.

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

Color convert

RGB 168 40 205 -
CMYK 0.18 0.80 0 0.20
HSL 286.55º 0.67% 0.48% -
HSV(B) 286.55º 0.8% 0.8% -
XYZ 27.93 14.25 59.04 -
YUV 97.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 168 40 205 0.18 0.80 0 0.20 286.55 0.67 0.48
Hex A8 28 CD 12 50 0 14 11F 43 30
Octal 250 50 315 22 120 0 24 437 103 60
Binary 10101000 101000 11001101 10010 1010000 0 10100 100011111 1000011 110000

Color Harmonies of #A828CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828CD

Black with #A828CD

Text Example


Text Example

White with #A828CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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