Html Css Color HEX #A130CA Dark Orchid

📋 copy color: '#A130CA'

red 161 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #A130CA

Tints of Dark Orchid #A130CA

RGB

 RED value IS 161 (63.28% from 255) = 39.17%

 GREEN value IS 48 (19.14% from 255) = 11.68%

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

R = 39.17%
G = 11.68%
B = 49.15%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A130CA (or 0xA130CA) is known color: Dark Orchid. HEX triplet: A1, 30 and CA. RGB value is (161,48,202). Sum of RGB (Red+Green+Blue) = 161+48+202=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #A130CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130CA is #5ECF35. Grayscale: #626262. Windows color (decimal): -6213430 or 13250721. OLE color: 13250721.

HSL color Cylindrical-coordinate representation of color #A130CA: hue angle of 284.03º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A130CA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 48 202 -
CMYK 0.20 0.76 0 0.21
HSL 284.03º 0.62% 0.49% -
HSV(B) 284.03º 0.76% 0.79% -
XYZ 26.42 13.96 57.18 -
YUV 99.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 161 48 202 0.20 0.76 0 0.21 284.03 0.62 0.49
Hex A1 30 CA 14 4C 0 15 11C 3E 31
Octal 241 60 312 24 114 0 25 434 76 61
Binary 10100001 110000 11001010 10100 1001100 0 10101 100011100 111110 110001

Color Harmonies of #A130CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130CA

Black with #A130CA

Text Example


Text Example

White with #A130CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130CA; }

 p { color: rgb(161,48,202); }

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

background-color css

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

 a { background-color: rgb(161,48,202); }

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

border-color css

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

 span { border-color: rgb(161,48,202); }

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