Html Css Color HEX #A826CA Dark Orchid

📋 copy color: '#A826CA'

red 168 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #A826CA

Tints of Dark Orchid #A826CA

RGB

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

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

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

R = 41.18%
G = 9.31%
B = 49.51%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A826CA (or 0xA826CA) is known color: Dark Orchid. HEX triplet: A8, 26 and CA. RGB value is (168,38,202). Sum of RGB (Red+Green+Blue) = 168+38+202=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #A826CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826CA is #57D935. Grayscale: #5F5F5F. Windows color (decimal): -5757238 or 13248168. OLE color: 13248168.

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

Color convert

RGB 168 38 202 -
CMYK 0.17 0.81 0 0.21
HSL 287.56º 0.68% 0.47% -
HSV(B) 287.56º 0.81% 0.79% -
XYZ 27.5 13.98 57.13 -
YUV 95.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 168 38 202 0.17 0.81 0 0.21 287.56 0.68 0.47
Hex A8 26 CA 11 51 0 15 120 44 2F
Octal 250 46 312 21 121 0 25 440 104 57
Binary 10101000 100110 11001010 10001 1010001 0 10101 100100000 1000100 101111

Color Harmonies of #A826CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826CA

Black with #A826CA

Text Example


Text Example

White with #A826CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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