Html Css Color HEX #A130CF Dark Orchid

📋 copy color: '#A130CF'

red 161 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #A130CF

Tints of Dark Orchid #A130CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 38.7%
G = 11.54%
B = 49.76%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A130CF (or 0xA130CF) is known color: Dark Orchid. HEX triplet: A1, 30 and CF. RGB value is (161,48,207). Sum of RGB (Red+Green+Blue) = 161+48+207=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #A130CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130CF is #5ECF30. Grayscale: #636363. Windows color (decimal): -6213425 or 13578401. OLE color: 13578401.

HSL color Cylindrical-coordinate representation of color #A130CF: hue angle of 282.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A130CF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 48 207 -
CMYK 0.22 0.77 0 0.19
HSL 282.64º 0.62% 0.5% -
HSV(B) 282.64º 0.77% 0.81% -
XYZ 27.02 14.2 60.35 -
YUV 99.91 188.44 171.57 -
System Red Green Blue C M Y K H S L
Decimal 161 48 207 0.22 0.77 0 0.19 282.64 0.62 0.5
Hex A1 30 CF 16 4D 0 13 11B 3E 32
Octal 241 60 317 26 115 0 23 433 76 62
Binary 10100001 110000 11001111 10110 1001101 0 10011 100011011 111110 110010

Color Harmonies of #A130CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A130CF

Black with #A130CF

Text Example


Text Example

White with #A130CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A130CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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