Html Css Color HEX #A130D7 Dark Orchid

📋 copy color: '#A130D7'

red 161 ◦ green 48 ◦ blue 215

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

Shades of Dark Orchid #A130D7

Tints of Dark Orchid #A130D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 37.97%
G = 11.32%
B = 50.71%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A130D7 (or 0xA130D7) is known color: Dark Orchid. HEX triplet: A1, 30 and D7. RGB value is (161,48,215). Sum of RGB (Red+Green+Blue) = 161+48+215=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #A130D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130D7 is #5ECF28. Grayscale: #646464. Windows color (decimal): -6213417 or 14102689. OLE color: 14102689.

HSL color Cylindrical-coordinate representation of color #A130D7: hue angle of 280.6º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A130D7 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 48 215 -
CMYK 0.25 0.78 0 0.16
HSL 280.6º 0.68% 0.52% -
HSV(B) 280.6º 0.78% 0.84% -
XYZ 28.02 14.6 65.63 -
YUV 100.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 161 48 215 0.25 0.78 0 0.16 280.6 0.68 0.52
Hex A1 30 D7 19 4E 0 10 119 44 34
Octal 241 60 327 31 116 0 20 431 104 64
Binary 10100001 110000 11010111 11001 1001110 0 10000 100011001 1000100 110100

Color Harmonies of #A130D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130D7

Black with #A130D7

Text Example


Text Example

White with #A130D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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