Html Css Color HEX #A026CA Dark Orchid

📋 copy color: '#A026CA'

red 160 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #A026CA

Tints of Dark Orchid #A026CA

RGB

 RED value IS 160 (62.89% from 255) = 40%

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

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

R = 40%
G = 9.5%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A026CA (or 0xA026CA) is known color: Dark Orchid. HEX triplet: A0, 26 and CA. RGB value is (160,38,202). Sum of RGB (Red+Green+Blue) = 160+38+202=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #A026CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026CA is #5FD935. Grayscale: #5C5C5C. Windows color (decimal): -6281526 or 13248160. OLE color: 13248160.

HSL color Cylindrical-coordinate representation of color #A026CA: hue angle of 284.63º 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 #A026CA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 38 202 -
CMYK 0.21 0.81 0 0.21
HSL 284.63º 0.68% 0.47% -
HSV(B) 284.63º 0.81% 0.79% -
XYZ 25.85 13.12 57.05 -
YUV 93.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 160 38 202 0.21 0.81 0 0.21 284.63 0.68 0.47
Hex A0 26 CA 15 51 0 15 11D 44 2F
Octal 240 46 312 25 121 0 25 435 104 57
Binary 10100000 100110 11001010 10101 1010001 0 10101 100011101 1000100 101111

Color Harmonies of #A026CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026CA

Black with #A026CA

Text Example


Text Example

White with #A026CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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