Html Css Color HEX #A828CA Dark Orchid

📋 copy color: '#A828CA'

red 168 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #A828CA

Tints of Dark Orchid #A828CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 40.98%
G = 9.76%
B = 49.27%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A828CA (or 0xA828CA) is known color: Dark Orchid. HEX triplet: A8, 28 and CA. RGB value is (168,40,202). Sum of RGB (Red+Green+Blue) = 168+40+202=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #A828CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828CA is #57D735. Grayscale: #606060. Windows color (decimal): -5756726 or 13248680. OLE color: 13248680.

HSL color Cylindrical-coordinate representation of color #A828CA: hue angle of 287.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A828CA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 40 202 -
CMYK 0.17 0.80 0 0.21
HSL 287.41º 0.67% 0.47% -
HSV(B) 287.41º 0.8% 0.79% -
XYZ 27.57 14.11 57.15 -
YUV 96.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 168 40 202 0.17 0.80 0 0.21 287.41 0.67 0.47
Hex A8 28 CA 11 50 0 15 11F 43 2F
Octal 250 50 312 21 120 0 25 437 103 57
Binary 10101000 101000 11001010 10001 1010000 0 10101 100011111 1000011 101111

Color Harmonies of #A828CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828CA

Black with #A828CA

Text Example


Text Example

White with #A828CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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