Html Css Color HEX #A828CF Dark Orchid

📋 copy color: '#A828CF'

red 168 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #A828CF

Tints of Dark Orchid #A828CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 40.48%
G = 9.64%
B = 49.88%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A828CF (or 0xA828CF) is known color: Dark Orchid. HEX triplet: A8, 28 and CF. RGB value is (168,40,207). Sum of RGB (Red+Green+Blue) = 168+40+207=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A828CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828CF is #57D730. Grayscale: #606060. Windows color (decimal): -5756721 or 13576360. OLE color: 13576360.

HSL color Cylindrical-coordinate representation of color #A828CF: hue angle of 285.99º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A828CF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 40 207 -
CMYK 0.19 0.81 0 0.19
HSL 285.99º 0.68% 0.48% -
HSV(B) 285.99º 0.81% 0.81% -
XYZ 28.17 14.35 60.32 -
YUV 97.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 168 40 207 0.19 0.81 0 0.19 285.99 0.68 0.48
Hex A8 28 CF 13 51 0 13 11E 44 30
Octal 250 50 317 23 121 0 23 436 104 60
Binary 10101000 101000 11001111 10011 1010001 0 10011 100011110 1000100 110000

Color Harmonies of #A828CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828CF

Black with #A828CF

Text Example


Text Example

White with #A828CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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