Html Css Color HEX #A130E0 Dark Orchid

📋 copy color: '#A130E0'

red 161 ◦ green 48 ◦ blue 224

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

Shades of Dark Orchid #A130E0

Tints of Dark Orchid #A130E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.73%

R = 37.18%
G = 11.09%
B = 51.73%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A130E0 (or 0xA130E0) is known color: Dark Orchid. HEX triplet: A1, 30 and E0. RGB value is (161,48,224). Sum of RGB (Red+Green+Blue) = 161+48+224=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #A130E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130E0 is #5ECF1F. Grayscale: #656565. Windows color (decimal): -6213408 or 14692513. OLE color: 14692513.

HSL color Cylindrical-coordinate representation of color #A130E0: hue angle of 278.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A130E0 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 48 224 -
CMYK 0.28 0.79 0 0.12
HSL 278.52º 0.74% 0.53% -
HSV(B) 278.52º 0.79% 0.88% -
XYZ 29.21 15.07 71.89 -
YUV 101.85 196.94 170.19 -
System Red Green Blue C M Y K H S L
Decimal 161 48 224 0.28 0.79 0 0.12 278.52 0.74 0.53
Hex A1 30 E0 1C 4F 0 C 117 4A 35
Octal 241 60 340 34 117 0 14 427 112 65
Binary 10100001 110000 11100000 11100 1001111 0 1100 100010111 1001010 110101

Color Harmonies of #A130E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130E0

Black with #A130E0

Text Example


Text Example

White with #A130E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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