Html Css Color HEX #A826CF Dark Orchid

📋 copy color: '#A826CF'

red 168 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #A826CF

Tints of Dark Orchid #A826CF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.2%

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

R = 40.68%
G = 9.2%
B = 50.12%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A826CF (or 0xA826CF) is known color: Dark Orchid. HEX triplet: A8, 26 and CF. RGB value is (168,38,207). Sum of RGB (Red+Green+Blue) = 168+38+207=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #A826CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826CF is #57D930. Grayscale: #5F5F5F. Windows color (decimal): -5757233 or 13575848. OLE color: 13575848.

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

Color convert

RGB 168 38 207 -
CMYK 0.19 0.82 0 0.19
HSL 286.15º 0.69% 0.48% -
HSV(B) 286.15º 0.82% 0.81% -
XYZ 28.1 14.22 60.29 -
YUV 96.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 168 38 207 0.19 0.82 0 0.19 286.15 0.69 0.48
Hex A8 26 CF 13 52 0 13 11E 45 30
Octal 250 46 317 23 122 0 23 436 105 60
Binary 10101000 100110 11001111 10011 1010010 0 10011 100011110 1000101 110000

Color Harmonies of #A826CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826CF

Black with #A826CF

Text Example


Text Example

White with #A826CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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