Html Css Color HEX #A828CB Dark Orchid

📋 copy color: '#A828CB'

red 168 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #A828CB

Tints of Dark Orchid #A828CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 40.88%
G = 9.73%
B = 49.39%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A828CB (or 0xA828CB) is known color: Dark Orchid. HEX triplet: A8, 28 and CB. RGB value is (168,40,203). Sum of RGB (Red+Green+Blue) = 168+40+203=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #A828CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828CB is #57D734. Grayscale: #606060. Windows color (decimal): -5756725 or 13314216. OLE color: 13314216.

HSL color Cylindrical-coordinate representation of color #A828CB: hue angle of 287.12º 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 #A828CB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 40 203 -
CMYK 0.17 0.80 0 0.20
HSL 287.12º 0.67% 0.48% -
HSV(B) 287.12º 0.8% 0.8% -
XYZ 27.69 14.15 57.77 -
YUV 96.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 168 40 203 0.17 0.80 0 0.20 287.12 0.67 0.48
Hex A8 28 CB 11 50 0 14 11F 43 30
Octal 250 50 313 21 120 0 24 437 103 60
Binary 10101000 101000 11001011 10001 1010000 0 10100 100011111 1000011 110000

Color Harmonies of #A828CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828CB

Black with #A828CB

Text Example


Text Example

White with #A828CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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